--- trunk/OOPSE-4/src/integrators/Velocitizer.cpp 2005/05/31 22:31:54 2256 +++ trunk/OOPSE-4/src/integrators/Velocitizer.cpp 2005/09/22 00:04:56 2320 @@ -202,13 +202,13 @@ namespace oopse { info_->getInertiaTensor(inertiaTensor,angularMomentum); // We now need the inverse of the inertia tensor. - + /* std::cerr << "Angular Momentum before is " << angularMomentum << std::endl; std::cerr << "Inertia Tensor before is " << inertiaTensor << std::endl; + */ - inertiaTensor =inertiaTensor.inverse(); std::cerr << "Inertia Tensor after inverse is " << inertiaTensor << std::endl; @@ -234,9 +234,10 @@ namespace oopse { } angularMomentum = info_->getAngularMomentum(); + /* std::cerr << "Angular Momentum after is " << angularMomentum << std::endl; - + */ }