git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2908 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2009-06-29 15:29:26 +00:00
parent f2c53b8a14
commit da957fdb6d
2 changed files with 16 additions and 9 deletions

View File

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