Remove unused defines
This commit is contained in:
@ -36,8 +36,6 @@
|
|||||||
|
|
||||||
using namespace LAMMPS_NS;
|
using namespace LAMMPS_NS;
|
||||||
|
|
||||||
#define MAXLINE 1024
|
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|
||||||
Force::Force(LAMMPS *lmp) : Pointers(lmp)
|
Force::Force(LAMMPS *lmp) : Pointers(lmp)
|
||||||
|
|||||||
@ -36,7 +36,6 @@
|
|||||||
using namespace LAMMPS_NS;
|
using namespace LAMMPS_NS;
|
||||||
using namespace MathConst;
|
using namespace MathConst;
|
||||||
|
|
||||||
#define MAXLINE 1024
|
|
||||||
#define DELTA 4
|
#define DELTA 4
|
||||||
#define PGDELTA 1
|
#define PGDELTA 1
|
||||||
#define MAXNEIGH 24
|
#define MAXNEIGH 24
|
||||||
|
|||||||
@ -27,8 +27,6 @@
|
|||||||
|
|
||||||
using namespace LAMMPS_NS;
|
using namespace LAMMPS_NS;
|
||||||
|
|
||||||
#define MAXLINE 2048
|
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|
||||||
Run::Run(LAMMPS *lmp) : Command(lmp) {}
|
Run::Run(LAMMPS *lmp) : Command(lmp) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user