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

This commit is contained in:
sjplimp
2014-01-14 16:17:20 +00:00
parent 35814a93eb
commit a1ef01fc1a
99 changed files with 358 additions and 348 deletions

View File

@ -762,7 +762,7 @@ void Group::xcm(int igroup, double masstotal, double *cm)
double **x = atom->x;
int *mask = atom->mask;
int *type = atom->type;
tagint *image = atom->image;
imageint *image = atom->image;
double *mass = atom->mass;
double *rmass = atom->rmass;
int nlocal = atom->nlocal;
@ -816,7 +816,7 @@ void Group::xcm(int igroup, double masstotal, double *cm, int iregion)
double **x = atom->x;
int *mask = atom->mask;
int *type = atom->type;
tagint *image = atom->image;
imageint *image = atom->image;
double *mass = atom->mass;
double *rmass = atom->rmass;
int nlocal = atom->nlocal;
@ -1086,7 +1086,7 @@ double Group::gyration(int igroup, double masstotal, double *cm)
double **x = atom->x;
int *mask = atom->mask;
int *type = atom->type;
tagint *image = atom->image;
imageint *image = atom->image;
double *mass = atom->mass;
double *rmass = atom->rmass;
int nlocal = atom->nlocal;
@ -1126,7 +1126,7 @@ double Group::gyration(int igroup, double masstotal, double *cm, int iregion)
double **x = atom->x;
int *mask = atom->mask;
int *type = atom->type;
tagint *image = atom->image;
imageint *image = atom->image;
double *mass = atom->mass;
double *rmass = atom->rmass;
int nlocal = atom->nlocal;
@ -1166,7 +1166,7 @@ void Group::angmom(int igroup, double *cm, double *lmom)
double **v = atom->v;
int *mask = atom->mask;
int *type = atom->type;
tagint *image = atom->image;
imageint *image = atom->image;
double *mass = atom->mass;
double *rmass = atom->rmass;
int nlocal = atom->nlocal;
@ -1208,7 +1208,7 @@ void Group::angmom(int igroup, double *cm, double *lmom, int iregion)
double **v = atom->v;
int *mask = atom->mask;
int *type = atom->type;
tagint *image = atom->image;
imageint *image = atom->image;
double *mass = atom->mass;
double *rmass = atom->rmass;
int nlocal = atom->nlocal;
@ -1248,7 +1248,7 @@ void Group::torque(int igroup, double *cm, double *tq)
double **x = atom->x;
double **f = atom->f;
int *mask = atom->mask;
tagint *image = atom->image;
imageint *image = atom->image;
int nlocal = atom->nlocal;
double dx,dy,dz;
@ -1285,7 +1285,7 @@ void Group::torque(int igroup, double *cm, double *tq, int iregion)
double **x = atom->x;
double **f = atom->f;
int *mask = atom->mask;
tagint *image = atom->image;
imageint *image = atom->image;
int nlocal = atom->nlocal;
double dx,dy,dz;
@ -1322,7 +1322,7 @@ void Group::inertia(int igroup, double *cm, double itensor[3][3])
double **x = atom->x;
int *mask = atom->mask;
int *type = atom->type;
tagint *image = atom->image;
imageint *image = atom->image;
double *mass = atom->mass;
double *rmass = atom->rmass;
int nlocal = atom->nlocal;
@ -1372,7 +1372,7 @@ void Group::inertia(int igroup, double *cm, double itensor[3][3], int iregion)
double **x = atom->x;
int *mask = atom->mask;
int *type = atom->type;
tagint *image = atom->image;
imageint *image = atom->image;
double *mass = atom->mass;
double *rmass = atom->rmass;
int nlocal = atom->nlocal;