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

This commit is contained in:
sjplimp 2010-05-28 22:25:09 +00:00
parent 2ad484b8e6
commit d17da08981
2 changed files with 0 additions and 4 deletions

View File

@ -54,7 +54,6 @@ void FixNHSphere::init()
double *radius = atom->radius;
int *mask = atom->mask;
int nlocal = atom->nlocal;
if (igroup == atom->firstgroup) nlocal = atom->nfirst;
for (i = 0; i < nlocal; i++)
if (mask[i] & groupbit) {
@ -67,7 +66,6 @@ void FixNHSphere::init()
int *type = atom->type;
int *mask = atom->mask;
int nlocal = atom->nlocal;
if (igroup == atom->firstgroup) nlocal = atom->nfirst;
for (i = 0; i < nlocal; i++)
if (mask[i] & groupbit) {

View File

@ -86,7 +86,6 @@ void FixNVESphere::init()
double *radius = atom->radius;
int *mask = atom->mask;
int nlocal = atom->nlocal;
if (igroup == atom->firstgroup) nlocal = atom->nfirst;
for (i = 0; i < nlocal; i++)
if (mask[i] & groupbit) {
@ -99,7 +98,6 @@ void FixNVESphere::init()
int *type = atom->type;
int *mask = atom->mask;
int nlocal = atom->nlocal;
if (igroup == atom->firstgroup) nlocal = atom->nfirst;
for (i = 0; i < nlocal; i++)
if (mask[i] & groupbit) {