git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8393 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-06-25 17:30:48 +00:00
parent da1c864eab
commit 8f6a8d13d5
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ using namespace LAMMPS_NS;
#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()