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

This commit is contained in:
sjplimp
2011-02-11 15:37:55 +00:00
parent b754d37a02
commit 557c982bf4
4 changed files with 13 additions and 7 deletions

View File

@ -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;