From ebcf0bd6a1ef51ea83bf74c16150174dc24fcdca Mon Sep 17 00:00:00 2001 From: Wouter Ellenbroek Date: Wed, 8 Sep 2021 11:54:50 +0200 Subject: [PATCH] Enable dyanmic groups for fix bond/create --- src/MC/fix_bond_create.cpp | 1 + 1 file changed, 1 insertion(+) 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;