remove unused constants

This commit is contained in:
Axel Kohlmeyer
2024-02-05 19:50:51 -05:00
parent 8d673bdfcf
commit ad855ad7ea
107 changed files with 45 additions and 296 deletions

View File

@ -33,13 +33,12 @@
using namespace LAMMPS_NS;
enum{CREATE,SET,SCALE,RAMP,ZERO};
enum{ALL,LOCAL,GEOM};
enum{UNIFORM,GAUSSIAN};
enum{NONE,CONSTANT,EQUAL,ATOM};
enum { CREATE, SET, SCALE, RAMP, ZERO };
enum { ALL, LOCAL, GEOM };
enum { UNIFORM, GAUSSIAN };
enum { NONE, CONSTANT, EQUAL, ATOM };
static constexpr int WARMUP = 100;
static constexpr double SMALL = 0.001;
/* ---------------------------------------------------------------------- */