return correct clusterIDs even on first timestep
This commit is contained in:
@ -82,7 +82,7 @@ FixReaxFFSpecies::FixReaxFFSpecies(LAMMPS *lmp, int narg, char **arg) :
|
||||
peratom_freq = 1;
|
||||
|
||||
compressed = 0;
|
||||
nvalid = -1;
|
||||
nvalid = update->ntimestep;
|
||||
|
||||
ntypes = atom->ntypes;
|
||||
eletype.resize(ntypes);
|
||||
|
||||
Reference in New Issue
Block a user