--- trunk/src/integrators/NVE.cpp 2006/05/17 21:51:42 963 +++ 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()){