Unverified Commit cee7cd5f authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

consolidate enumerator for per-atom array data types

parent edc7237f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -48,8 +48,6 @@ using namespace MathConst;
#define DELTA_PERATOM 64
#define EPSILON 1.0e-6

enum{DOUBLE,INT,BIGINT};

/* ---------------------------------------------------------------------- */

Atom::Atom(LAMMPS *lmp) : Pointers(lmp)
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ class Atom : protected Pointers {
 public:
  char *atom_style;
  class AtomVec *avec;
  enum{DOUBLE,INT,BIGINT};

  // atom counts

+72 −74

File changed.

Preview size limit exceeded, changes collapsed.