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

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3613 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 6fb96c66
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ void ComputeGroupGroup::interact() ...@@ -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;
......
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