Skip to content
Snippets Groups Projects
Commit d0d5c643 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11824 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 35b51e75
No related branches found
No related tags found
No related merge requests found
...@@ -324,7 +324,7 @@ void FixBondCreate::post_integrate() ...@@ -324,7 +324,7 @@ void FixBondCreate::post_integrate()
// needs to be <= test b/c neighbor list could have been re-built in // needs to be <= test b/c neighbor list could have been re-built in
// same timestep as last post_integrate() call, but afterwards // same timestep as last post_integrate() call, but afterwards
// NOTE: no longer think is needed, due to error tests on atom->map() // 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(); //if (lastcheck <= neighbor->lastcall) check_ghosts();
...@@ -552,7 +552,7 @@ void FixBondCreate::post_integrate() ...@@ -552,7 +552,7 @@ void FixBondCreate::post_integrate()
// finalpartner is now set for owned and ghost atoms so loop over nall // 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 // 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 // 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; ncreate = 0;
for (i = 0; i < nall; i++) { for (i = 0; i < nall; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment