From fd0b041e0e06091085afc4a9236abd44ff043eb8 Mon Sep 17 00:00:00 2001 From: jrgissing Date: Tue, 21 Aug 2018 21:10:34 -0600 Subject: [PATCH] remove debugging comments --- src/USER-MISC/fix_bond_react.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/USER-MISC/fix_bond_react.cpp b/src/USER-MISC/fix_bond_react.cpp index d529848e39..d71a31f566 100644 --- a/src/USER-MISC/fix_bond_react.cpp +++ b/src/USER-MISC/fix_bond_react.cpp @@ -1568,7 +1568,6 @@ void FixBondReact::find_landlocked_atoms(int myrxn) onemol_batom = onemol->bond_atom[onemol_atomi-1][m]; if (onemol_batom == equivalences[twomol_atomj-1][1][myrxn]) { if (twomol->bond_type[i][j] != onemol->bond_type[onemol_atomi-1][m]) { - printf("%d and %d for rxn %d\n",twomol_atomi,twomol_atomj,myrxn); error->one(FLERR,"Bond type affected by reaction too close to template edge"); } } @@ -1579,7 +1578,6 @@ void FixBondReact::find_landlocked_atoms(int myrxn) onemol_batom = onemol->bond_atom[onemol_atomj-1][m]; if (onemol_batom == equivalences[i][1][myrxn]) { if (twomol->bond_type[i][j] != onemol->bond_type[onemol_atomj-1][m]) { - printf("%d and %d for rxn %d\n",twomol_atomi,twomol_atomj,myrxn); error->one(FLERR,"Bond type affected by reaction too close to template edge"); } }