added internal fix dummy command to enable more control of fix ordering

This commit is contained in:
Steve Plimpton
2019-11-05 12:57:34 -07:00
parent cf251eb8be
commit d8ef5f6991
17 changed files with 253 additions and 32 deletions

View File

@ -79,6 +79,7 @@ Fix::Fix(LAMMPS *lmp, int /*narg*/, char **arg) :
respa_level = -1;
maxexchange = 0;
maxexchange_dynamic = 0;
pre_exchange_migrate = 0;
scalar_flag = vector_flag = array_flag = 0;
peratom_flag = local_flag = 0;