remove check that is no longer needed
This commit is contained in:
@ -542,11 +542,8 @@ void FixAveChunk::end_of_step()
|
||||
int i,j,m,n,index;
|
||||
|
||||
// skip if not step which requires doing something
|
||||
// error check if timestep was reset in an invalid manner
|
||||
|
||||
bigint ntimestep = update->ntimestep;
|
||||
if (ntimestep < nvalid_last || ntimestep > nvalid)
|
||||
error->all(FLERR,"Invalid timestep reset for fix ave/chunk");
|
||||
if (ntimestep != nvalid) return;
|
||||
nvalid_last = nvalid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user