git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5627 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -2817,7 +2817,7 @@ int Variable::special_function(char *word, char *contents, Tree **tree,
|
||||
|
||||
if (compute) {
|
||||
double *vec;
|
||||
if (index) vec = &compute->array[0][index];
|
||||
if (index) vec = &compute->array[0][index-1];
|
||||
else vec = compute->vector;
|
||||
|
||||
int j = 0;
|
||||
|
||||
Reference in New Issue
Block a user