remove unused enums

This commit is contained in:
Axel Kohlmeyer 2022-10-02 14:48:17 -04:00
parent c777434b72
commit 39ff5c5722
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@
using namespace LAMMPS_NS;
using namespace FixConst;
enum { ONE, RUNNING, WINDOW };
enum { SCALAR, VECTOR };
/* ---------------------------------------------------------------------- */
FixVector::FixVector(LAMMPS *lmp, int narg, char **arg) :