--- trunk/mdtools/md_code/Verlet.cpp 2002/07/09 21:46:32 25 +++ trunk/mdtools/md_code/Verlet.cpp 2002/09/24 22:10:55 117 @@ -435,7 +435,6 @@ void Verlet::move_b( double dt ){ const double e_convert = 4.184e-4; // converts kcal/mol -> amu*A^2/fs^2 double vx, vy, vz; - double v_sqr; int mb; double h_dt = 0.5 * dt;