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

This commit is contained in:
sjplimp
2010-10-13 15:16:15 +00:00
parent 2fbdda55e0
commit c57a5e2af1
2 changed files with 212 additions and 130 deletions

View File

@ -54,6 +54,7 @@ class Variable : protected Pointers {
double value;
double *array;
int *iarray;
int ivalue1,ivalue2;
int nstride;
int type;
Tree *left,*middle,*right;