Disallow newton on with full neigh list

This commit is contained in:
Stan Moore
2024-10-04 15:25:38 -06:00
parent 8827dec5a9
commit 27954609b8
4 changed files with 16 additions and 3 deletions

View File

@ -1687,6 +1687,8 @@ void Input::newton()
if (newton_pair || newton_bond) force->newton = 1;
else force->newton = 0;
if (lmp->kokkos) lmp->kokkos->newton_check();
}
/* ---------------------------------------------------------------------- */