consolidate enumerator for per-atom array data types

This commit is contained in:
Axel Kohlmeyer
2020-06-07 11:44:42 -04:00
parent edc7237f15
commit cee7cd5fe9
3 changed files with 73 additions and 76 deletions

View File

@ -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)