remove unused namespace import

This commit is contained in:
Axel Kohlmeyer
2023-02-22 15:35:09 -05:00
parent 94ac3895f9
commit f4d8b2a57a
12 changed files with 11 additions and 20 deletions

View File

@ -24,7 +24,6 @@
#include <cmath>
using namespace LAMMPS_NS;
using namespace FixConst;
/* ---------------------------------------------------------------------- */

View File

@ -26,7 +26,6 @@
#include <cmath>
using namespace LAMMPS_NS;
using namespace FixConst;
/* ---------------------------------------------------------------------- */

View File

@ -31,7 +31,6 @@
#include <cstring>
using namespace LAMMPS_NS;
using namespace FixConst;
enum{NONE,DIFFUSIVE,MAXWELL,CCL};

View File

@ -29,7 +29,6 @@
#include <cstring>
using namespace LAMMPS_NS;
using namespace FixConst;
/* ---------------------------------------------------------------------- */

View File

@ -19,7 +19,6 @@
#include "atom_masks.h"
using namespace LAMMPS_NS;
using namespace FixConst;
/* ---------------------------------------------------------------------- */

View File

@ -24,7 +24,6 @@
#include <cstring>
using namespace LAMMPS_NS;
using namespace FixConst;
enum{XLO=0,XHI=1,YLO=2,YHI=3,ZLO=4,ZHI=5};
enum{NONE=0,EDGE,CONSTANT,VARIABLE};

View File

@ -13,17 +13,19 @@
------------------------------------------------------------------------- */
#include "fix_wall_piston.h"
#include "atom.h"
#include "comm.h"
#include "domain.h"
#include "error.h"
#include "force.h"
#include "lattice.h"
#include "math_const.h"
#include "random_mars.h"
#include "update.h"
#include <cmath>
#include <cstring>
#include "atom.h"
#include "domain.h"
#include "lattice.h"
#include "update.h"
#include "error.h"
#include "random_mars.h"
#include "force.h"
#include "comm.h"
#include "math_const.h"
using namespace LAMMPS_NS;
using namespace FixConst;

View File

@ -27,7 +27,6 @@
#include <cstring>
using namespace LAMMPS_NS;
using namespace FixConst;
enum { XLO, XHI, YLO, YHI, ZLO, ZHI };
enum { NONE, EDGE, CONSTANT, VARIABLE };

View File

@ -16,7 +16,6 @@
#include "error.h"
using namespace LAMMPS_NS;
using namespace FixConst;
/* ---------------------------------------------------------------------- */

View File

@ -18,7 +18,6 @@
#include "error.h"
using namespace LAMMPS_NS;
using namespace FixConst;
/* ---------------------------------------------------------------------- */

View File

@ -18,7 +18,6 @@
#include "error.h"
using namespace LAMMPS_NS;
using namespace FixConst;
/* ---------------------------------------------------------------------- */

View File

@ -18,7 +18,6 @@
#include <cmath>
using namespace LAMMPS_NS;
using namespace FixConst;
/* ---------------------------------------------------------------------- */