Remove unused defines

This commit is contained in:
Richard Berger
2021-04-20 11:44:39 -04:00
parent a6efdf9b9f
commit 33556e3745
3 changed files with 0 additions and 5 deletions

View File

@ -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)

View File

@ -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

View File

@ -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) {}