git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2908 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -46,6 +46,7 @@ class Variable : protected Pointers {
|
||||
struct Tree { // parse tree for atom-style variables
|
||||
double value;
|
||||
double *array;
|
||||
int *iarray;
|
||||
int nstride;
|
||||
int type;
|
||||
Tree *left,*right;
|
||||
|
||||
Reference in New Issue
Block a user