adding a reset_ids sort option

This commit is contained in:
Steve Plimpton
2020-06-10 16:33:05 -06:00
parent 71d3827cce
commit d02363b8fb
5 changed files with 435 additions and 18 deletions

View File

@ -80,7 +80,8 @@ Fix::Fix(LAMMPS *lmp, int /*narg*/, char **arg) :
maxexchange = 0;
maxexchange_dynamic = 0;
pre_exchange_migrate = 0;
stores_ids = 0;
scalar_flag = vector_flag = array_flag = 0;
peratom_flag = local_flag = 0;
global_freq = local_freq = peratom_freq = -1;