move fix wall style enumerator to header and import from there for consistency
This commit is contained in:
@ -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"};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user