From b161bf5bd9db29fa3cde47dd994e1fc434c3162d Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 30 Nov 2009 15:48:56 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3451 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_nve.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fix_nve.cpp b/src/fix_nve.cpp index 3eb8c39a62..cddb2f86c3 100644 --- a/src/fix_nve.cpp +++ b/src/fix_nve.cpp @@ -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;