ensure atom map is reset by fix pour and fix deposit

This commit is contained in:
Steve Plimpton
2024-07-01 09:33:20 -06:00
parent a74500f416
commit f633b03602
2 changed files with 2 additions and 2 deletions

View File

@ -630,7 +630,7 @@ void FixDeposit::pre_exchange()
// rebuild atom map
if (atom->map_style != Atom::MAP_NONE) {
if (success) atom->map_init();
atom->map_init();
atom->map_set();
}