git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8237 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -58,7 +58,6 @@ FixAveSpatial::FixAveSpatial(LAMMPS *lmp, int narg, char **arg) :
|
||||
|
||||
global_freq = nfreq;
|
||||
no_change_box = 1;
|
||||
time_depend = 1;
|
||||
|
||||
ndim = 0;
|
||||
int iarg = 6;
|
||||
@ -1282,3 +1281,10 @@ double FixAveSpatial::memory_usage()
|
||||
bytes += nwindow*nbins*nvalues * sizeof(double); // values_list
|
||||
return bytes;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixAveSpatial::reset_timestep(bigint ntimestep)
|
||||
{
|
||||
if (ntimestep > nvalid) error->all(FLERR,"Fix ave/spatial missed timestep");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user