add missing comment

This commit is contained in:
Axel Kohlmeyer
2025-06-11 04:05:41 -04:00
parent 67128a00b9
commit 75c341543a

View File

@ -412,6 +412,8 @@ void plugin_unload(const char *style, const char *name, LAMMPS *lmp)
} else if (pstyle == "region") { } else if (pstyle == "region") {
// must delete all region instances using this region style
for (auto &iregion : lmp->domain->get_region_by_style(name)) for (auto &iregion : lmp->domain->get_region_by_style(name))
lmp->domain->delete_region(iregion); lmp->domain->delete_region(iregion);