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

This commit is contained in:
sjplimp
2009-07-02 15:17:08 +00:00
parent fd7945cabc
commit ddd61344db
2 changed files with 36 additions and 17 deletions

View File

@ -532,8 +532,8 @@ int FixShake::dof(int igroup)
int *tag = atom->tag;
int nlocal = atom->nlocal;
// count dof in a cluster if and only if the central atom is in group
// and this atom i is the central atom
// count dof in a cluster if and only if
// the central atom is in group and atom i is the central atom
int n = 0;
for (int i = 0; i < nlocal; i++) {