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

This commit is contained in:
sjplimp
2010-04-23 20:00:25 +00:00
parent 612fcd9d94
commit b8f17bcf1d
2 changed files with 76 additions and 8 deletions

View File

@ -42,7 +42,7 @@ class Variable : protected Pointers {
int *num; // # of values for each variable
int *index; // next available value for each variable
char ***data; // str value of each variable's values
int precedence[7]; // precedence level of math operators
int precedence[13]; // precedence level of math operators
struct Tree { // parse tree for atom-style variables
double value;