--- trunk/src/integrators/NVE.cpp 2008/03/07 19:37:14 1230 +++ trunk/src/integrators/NVE.cpp 2008/03/11 21:06:55 1231 @@ -135,7 +135,7 @@ namespace oopse { // velocity half step vel += (dt2 /mass * OOPSEConstant::energyConvert) * frc; - integrableObject->setVel(vel); + integrableObject->setVel(vel); if (integrableObject->isDirectional()){