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

This commit is contained in:
sjplimp
2007-06-27 20:57:28 +00:00
parent e0b6093b6f
commit 6627332568
7 changed files with 98 additions and 6 deletions

View File

@ -42,7 +42,7 @@ FixAveSpatial::FixAveSpatial(LAMMPS *lmp, int narg, char **arg) :
{
if (narg < 11) error->all("Illegal fix ave/spatial command");
no_convert_box = 1;
no_change_box = 1;
nevery = atoi(arg[3]);
nfreq = atoi(arg[4]);