forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8393 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
da1c864eab
commit
8f6a8d13d5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue