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

This commit is contained in:
sjplimp
2010-08-05 23:19:26 +00:00
parent 5ca111b283
commit 6173fcaaab
6 changed files with 198 additions and 60 deletions

View File

@ -50,7 +50,7 @@ class Variable : protected Pointers {
int *iarray;
int nstride;
int type;
Tree *left,*right;
Tree *left,*middle,*right;
};
void remove(int);