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

@ -115,7 +115,8 @@ int FixAveAtom::setmask()
void FixAveAtom::init()
{
// 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
int icompute = modify->find_compute(id_compute);
if (icompute < 0) error->all("Compute ID for fix ave/atom does not exist");