correct overlapping definitions of bitmask flags

This commit is contained in:
Axel Kohlmeyer 2019-09-09 15:33:56 -04:00
parent 1e3938835b
commit 493f1cf65b
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 1 additions and 4 deletions

View File

@ -128,9 +128,6 @@ class FixRigidSmall : public Fix {
int dorientflag; // 1 if particles store dipole orientation
int reinitflag; // 1 if re-initialize rigid bodies between runs
int POINT,SPHERE,ELLIPSOID,LINE,TRIANGLE,DIPOLE; // bitmasks for eflags
int OMEGA,ANGMOM,TORQUE;
class AtomVecEllipsoid *avec_ellipsoid;
class AtomVecLine *avec_line;
class AtomVecTri *avec_tri;

View File

@ -16,7 +16,7 @@
namespace LAMMPS_NS {
namespace RigidConst {
enum{SINGLE,MOLECULE,GROUP};
enum{NONE,XYZ,XY,YZ,XZ};
enum{ISO,ANISO,TRICLINIC};