From 0927e52dea30dbe7feea35954380aec294bd2f2e Mon Sep 17 00:00:00 2001 From: Jacob Gissinger Date: Wed, 18 Nov 2020 16:18:34 -0500 Subject: [PATCH] cleanup dead code --- src/USER-REACTION/fix_bond_react.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/USER-REACTION/fix_bond_react.cpp b/src/USER-REACTION/fix_bond_react.cpp index 85c265309e..08542b518e 100755 --- a/src/USER-REACTION/fix_bond_react.cpp +++ b/src/USER-REACTION/fix_bond_react.cpp @@ -3416,11 +3416,7 @@ int FixBondReact::insert_atoms(tagint **my_mega_glove, int iupdate) atom->molecule[n] = maxmol_all + 1; } } - if (atom->molecular == 2) { - atom->molindex[n] = 0; - atom->molatom[n] = m; - } - + atom->mask[n] = 1 | groupbit; atom->image[n] = imageflags[m];