move fix wall style enumerator to header and import from there for consistency

This commit is contained in:
Axel Kohlmeyer
2024-01-19 12:58:07 -05:00
parent 3b4b7eb919
commit e0967af6e8
12 changed files with 27 additions and 76 deletions

View File

@ -28,7 +28,6 @@ using namespace LAMMPS_NS;
using namespace FixConst;
enum { XLO = 0, XHI = 1, YLO = 2, YHI = 3, ZLO = 4, ZHI = 5 };
enum { NONE = 0, EDGE, CONSTANT, VARIABLE };
static const char *wallpos[] = {"xlo", "xhi", "ylo", "yhi", "zlo", "zhi"};