forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3613 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6fb96c6693
commit
2aa5636d76
|
@ -141,7 +141,7 @@ void ComputeGroupGroup::interact()
|
||||||
firstneigh = list->firstneigh;
|
firstneigh = list->firstneigh;
|
||||||
|
|
||||||
// loop over neighbors of my atoms
|
// loop over neighbors of my atoms
|
||||||
// skip if i,j are not in 2 groups
|
// skip if I,J are not in 2 groups
|
||||||
|
|
||||||
double one[4],all[4];
|
double one[4],all[4];
|
||||||
one[0] = one[1] = one[2] = one[3] = 0.0;
|
one[0] = one[1] = one[2] = one[3] = 0.0;
|
||||||
|
|
Loading…
Reference in New Issue