Revert change of default value for list/blocking

This commit is contained in:
Stan Gerald Moore
2022-03-03 09:30:16 -07:00
parent 0fbacd4c5d
commit 569147bf11
2 changed files with 5 additions and 4 deletions

View File

@ -113,7 +113,7 @@ PairReaxFF::PairReaxFF(LAMMPS *lmp) : Pair(lmp)
nmax = 0;
list_blocking_flag = 1;
list_blocking_flag = 0;
}
/* ---------------------------------------------------------------------- */