force enumerators to be consistent by moving them to base class declaration

This commit is contained in:
Axel Kohlmeyer
2024-01-30 19:38:58 -05:00
parent 9d46408fa4
commit 840577114e
3 changed files with 4 additions and 6 deletions

View File

@ -41,9 +41,6 @@ using namespace LAMMPS_NS;
using namespace FixConst;
using namespace MathConst;
enum{NONE=0,FINAL,DELTA,SCALE,VEL,ERATE,TRATE,VOLUME,WIGGLE,VARIABLE};
enum{ONE_FROM_ONE,ONE_FROM_TWO,TWO_FROM_ONE};
/* ---------------------------------------------------------------------- */
FixDeform::FixDeform(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg),