Merge pull request #1556 from lammps/bug-maxexchange

more robust version of atom exchange size
This commit is contained in:
Axel Kohlmeyer
2019-07-30 17:09:18 -04:00
committed by GitHub
21 changed files with 186 additions and 89 deletions

View File

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