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

This commit is contained in:
sjplimp
2015-03-24 15:34:07 +00:00
parent 421724aadc
commit 25b928b276
35 changed files with 179 additions and 137 deletions

View File

@ -35,7 +35,6 @@ class FixAveChunk : public Fix {
void end_of_step();
double compute_array(int,int);
double memory_usage();
void reset_timestep(bigint);
private:
int me,nvalues;
@ -164,12 +163,9 @@ E: Fix for fix ave/chunk not computed at compatible time
Fixes generate their values on specific timesteps. Fix ave/chunk is
requesting a value on a non-allowed timestep.
E: Invalid timestep resets for fix ave/time
E: Invalid timestep reset for fix ave/chunk
UNDOCUMENTED
E: Fix ave/chunk missed timestep
UNDOCUMENTED
Resetting the timestep has invalidated the sequence of timesteps this
fix needs to process.
*/