--- trunk/mdtools/md_code/Symplectic.cpp 2002/07/09 21:46:32 25 +++ trunk/mdtools/md_code/Symplectic.cpp 2002/10/11 15:09:09 134 @@ -120,7 +120,7 @@ void Symplectic::integrate( void ){ double dt2; // half the dt double vx, vy, vz; // the velocities - double vx2, vy2, vz2; // the square of the velocities +// double vx2, vy2, vz2; // the square of the velocities double rx, ry, rz; // the postitions double ji[3]; // the body frame angular momentum @@ -492,9 +492,9 @@ void Symplectic::integrate( void ){ atoms[i]->set_vy( vy ); atoms[i]->set_vz( vz ); - vx2 = vx * vx; - vy2 = vy * vy; - vz2 = vz * vz; +// vx2 = vx * vx; +// vy2 = vy * vy; +// vz2 = vz * vz; if( atoms[i]->isDirectional() ){