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

This commit is contained in:
sjplimp
2007-10-26 20:14:48 +00:00
parent 9472ecf4a4
commit 189ad3f05e
8 changed files with 29 additions and 14 deletions

View File

@ -701,7 +701,7 @@ double Variable::evaluate(char *str, Tree *tree)
modify->compute[icompute]->init();
// call compute_scalar() if index = 0, else compute_vector()
// make pre-call to Compute object's pre-compute(s) if defined
// if defined, first call Compute object's pre-compute(s)
int index = atoi(arg);
if (index == 0) {