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

This commit is contained in:
sjplimp
2010-10-06 16:29:07 +00:00
parent 50af532aa8
commit fdeead676d
2 changed files with 64 additions and 38 deletions

View File

@ -40,8 +40,11 @@ class Variable : protected Pointers {
char **names; // name of each variable
int *style; // style of each variable
int *num; // # of values for each variable
int *index; // next available value for each variable
int *which; // next available value for each variable
int *pad; // 1 = pad loop/uloop variables with 0s, 0 = no pad
char ***data; // str value of each variable's values
int precedence[15]; // precedence level of math operators
struct Tree { // parse tree for atom-style variables