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

This commit is contained in:
sjplimp
2011-03-14 15:14:53 +00:00
parent 22f987a208
commit 2683d01436
6 changed files with 26 additions and 20 deletions

View File

@ -351,7 +351,7 @@ void FixAveAtom::end_of_step()
// evaluate atom-style variable
} else if (which[m] == VARIABLE)
} else if (which[m] == VARIABLE && array)
input->variable->compute_atom(n,igroup,&array[0][m],nvalues,1);
}