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

This commit is contained in:
sjplimp 2009-11-30 15:48:56 +00:00
parent d7e5ba757e
commit b161bf5bd9
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ void FixNVE::initial_integrate(int vflag)
double **x = atom->x;
double **v = atom->v;
double **f = atom->f;
double *mass = atom->mass;
double *rmass = atom->rmass;
double *mass = atom->mass;
int *type = atom->type;
int *mask = atom->mask;
int nlocal = atom->nlocal;
@ -114,8 +114,8 @@ void FixNVE::final_integrate()
double **v = atom->v;
double **f = atom->f;
double *mass = atom->mass;
double *rmass = atom->rmass;
double *mass = atom->mass;
int *type = atom->type;
int *mask = atom->mask;
int nlocal = atom->nlocal;