diff --git a/src/MC/fix_bond_create.cpp b/src/MC/fix_bond_create.cpp index 2a4ba5ad6c..9cd94834d0 100644 --- a/src/MC/fix_bond_create.cpp +++ b/src/MC/fix_bond_create.cpp @@ -51,6 +51,7 @@ FixBondCreate::FixBondCreate(LAMMPS *lmp, int narg, char **arg) : nevery = utils::inumeric(FLERR,arg[3],false,lmp); if (nevery <= 0) error->all(FLERR,"Illegal fix bond/create command"); + dynamic_group_allow = 1; force_reneighbor = 1; next_reneighbor = -1; vector_flag = 1;