Unverified Commit 493f1cf6 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct overlapping definitions of bitmask flags

parent 1e393883
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
+1 −1

File changed.

Contains only whitespace changes.