forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1142 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
5dd9bf8caa
commit
45ef55dbd2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue