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

This commit is contained in:
sjplimp 2007-11-05 20:49:27 +00:00
parent 5dd9bf8caa
commit 45ef55dbd2
1 changed files with 1 additions and 2 deletions

View File

@ -931,7 +931,6 @@ void FixRigid::pre_neighbor()
// adjust image flags of any atom in a rigid body whose xcm was remapped
int *atomimage = atom->image;
double **x = atom->x;
int nlocal = atom->nlocal;
int ibody,idim,otherdims;
@ -1335,7 +1334,7 @@ void FixRigid::set_v(int vflag)
int ibody;
double xunwrap,yunwrap,zunwrap,dx,dy,dz;
double vold0,vold1,vold2,fc0,fc1,fc2,massone,x0,x1,x2;
double vold0,vold1,vold2,fc0,fc1,fc2,massone;
double xy,xz,yz;
double *mass = atom->mass;