add missing comment
This commit is contained in:
@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user