From bb13ce434936899cb3447806da8a146b6e29582e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 26 Feb 2021 11:35:26 -0500 Subject: [PATCH] silence compiler warning --- src/USER-REACTION/fix_bond_react.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/USER-REACTION/fix_bond_react.cpp b/src/USER-REACTION/fix_bond_react.cpp index 93c9fe525b..f29dd26eb4 100644 --- a/src/USER-REACTION/fix_bond_react.cpp +++ b/src/USER-REACTION/fix_bond_react.cpp @@ -1368,11 +1368,11 @@ void FixBondReact::superimpose_algorithm() } // reaction site found successfully! - if (status == ACCEPT) + if (status == ACCEPT) { if (fraction[rxnID] < 1.0 && random[rxnID]->uniform() >= fraction[rxnID]) status = REJECT; else glove_ghostcheck(); - + } hang_catch++; // let's go ahead and catch the simplest of hangs //if (hang_catch > onemol->natoms*4)