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

@ -285,7 +285,8 @@ void FixAveSpatial::init()
error->all("Fix ave/spatial settings invalid with changing box");
}
// set ptrs to one or more computes called each end-of-step
// set ptrs to compute and its pre-computes called each end-of-step
// put pre-computes in list before compute
if (which == COMPUTE) {
int icompute = modify->find_compute(id_compute);