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

This commit is contained in:
sjplimp
2010-10-06 18:08:42 +00:00
parent a769d03a24
commit e10badba42
2 changed files with 54 additions and 4 deletions

View File

@ -44,6 +44,8 @@ class Variable : protected Pointers {
int *pad; // 1 = pad loop/uloop variables with 0s, 0 = no pad
char ***data; // str value of each variable's values
class RanMars *randomequal; // random number generator for equal-style vars
class RanMars *randomatom; // random number generator for atom-style vars
int precedence[15]; // precedence level of math operators