move data type enum to header so it can be used in dump netcdf
This commit is contained in:
@ -73,7 +73,6 @@ using namespace MathConst;
|
|||||||
#define MULTI "etotal ke temp pe ebond eangle edihed eimp evdwl ecoul elong press"
|
#define MULTI "etotal ke temp pe ebond eangle edihed eimp evdwl ecoul elong press"
|
||||||
|
|
||||||
enum{ONELINE,MULTILINE};
|
enum{ONELINE,MULTILINE};
|
||||||
enum{INT,FLOAT,BIGINT};
|
|
||||||
enum{SCALAR,VECTOR,ARRAY};
|
enum{SCALAR,VECTOR,ARRAY};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,6 +31,7 @@ class Thermo : protected Pointers {
|
|||||||
int lostbond; // ditto for atoms in bonds
|
int lostbond; // ditto for atoms in bonds
|
||||||
|
|
||||||
enum { IGNORE, WARN, ERROR };
|
enum { IGNORE, WARN, ERROR };
|
||||||
|
enum { INT, FLOAT, BIGINT };
|
||||||
|
|
||||||
Thermo(class LAMMPS *, int, char **);
|
Thermo(class LAMMPS *, int, char **);
|
||||||
~Thermo();
|
~Thermo();
|
||||||
|
|||||||
Reference in New Issue
Block a user