From d0d5c6437c5f4421630ed6e4bbbb68cfe91ba9c3 Mon Sep 17 00:00:00 2001
From: sjplimp <sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa>
Date: Fri, 18 Apr 2014 14:23:44 +0000
Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11824
 f3b2605a-c512-4ea7-a41b-209d697bcdaa

---
 src/MC/fix_bond_create.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/MC/fix_bond_create.cpp b/src/MC/fix_bond_create.cpp
index 83a8b11ad3..d514e78112 100755
--- a/src/MC/fix_bond_create.cpp
+++ b/src/MC/fix_bond_create.cpp
@@ -324,7 +324,7 @@ void FixBondCreate::post_integrate()
   // needs to be <= test b/c neighbor list could have been re-built in
   //   same timestep as last post_integrate() call, but afterwards
   // NOTE: no longer think is needed, due to error tests on atom->map()
-  // NOTE: if delete, can also delete lastcheck
+  // NOTE: if delete, can also delete lastcheck and check_ghosts()
 
   //if (lastcheck <= neighbor->lastcall) check_ghosts();
 
@@ -552,7 +552,7 @@ void FixBondCreate::post_integrate()
   // finalpartner is now set for owned and ghost atoms so loop over nall
   // OK if duplicates in broken list due to ghosts duplicating owned atoms
   // check J < 0 to insure a broken bond to unknown atom is included
-  //   i.e. bond partner outside of cutoff length
+  //   i.e. a bond partner outside of cutoff length
 
   ncreate = 0;
   for (i = 0; i < nall; i++) {
-- 
GitLab