allow fix DUMMY to be added without a box
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user