git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1104 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user