allow fix DUMMY to be added without a box

This commit is contained in:
Axel Kohlmeyer
2024-10-23 21:00:33 -04:00
parent 3bac6d7cde
commit f207a571f3

View File

@ -827,7 +827,7 @@ Fix *Modify::add_fix(int narg, char **arg, int trysuffix)
const char *exceptions[] =
{"GPU", "OMP", "INTEL", "property/atom", "cmap", "cmap3", "rx",
"deprecated", "STORE/KIM", "amoeba/pitorsion", "amoeba/bitorsion",
nullptr};
"DUMMY", nullptr};
// clang-format on
if (domain->box_exist == 0) {