git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4442 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -50,7 +50,7 @@ class Variable : protected Pointers {
|
||||
int *iarray;
|
||||
int nstride;
|
||||
int type;
|
||||
Tree *left,*right;
|
||||
Tree *left,*middle,*right;
|
||||
};
|
||||
|
||||
void remove(int);
|
||||
|
||||
Reference in New Issue
Block a user