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

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8393 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent da1c864e
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,12 @@ using namespace LAMMPS_NS; ...@@ -23,6 +23,12 @@ using namespace LAMMPS_NS;
#define BONDDELTA 10000 #define BONDDELTA 10000
// bondlist, anglelist, dihedrallist, improperlist
// no longer store atom->map() of the bond partners
// instead store domain->closest_image() of the bond partners of atom I
// this enables distances between list atoms to be calculated
// w/out invoking domain->minimium_image(), e.g. in bond->compute()
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
void Neighbor::bond_all() void Neighbor::bond_all()
......
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