ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/integrators/Velocitizer.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/integrators/Velocitizer.cpp (file contents):
Revision 2256 by chuckv, Tue May 31 22:31:54 2005 UTC vs.
Revision 2320 by chuckv, Thu Sep 22 00:04:56 2005 UTC

# Line 202 | Line 202 | namespace oopse {
202        
203        info_->getInertiaTensor(inertiaTensor,angularMomentum);
204        // We now need the inverse of the inertia tensor.
205 <      
205 >      /*      
206        std::cerr << "Angular Momentum before is "
207                  << angularMomentum <<  std::endl;
208        std::cerr << "Inertia Tensor before is "
209                  << inertiaTensor <<  std::endl;
210 +      */
211        
211      
212        inertiaTensor =inertiaTensor.inverse();
213         std::cerr << "Inertia Tensor after inverse is "
214                  << inertiaTensor <<  std::endl;
# Line 234 | Line 234 | namespace oopse {
234        }
235        
236        angularMomentum = info_->getAngularMomentum();
237 +      /*
238        std::cerr << "Angular Momentum after is "
239           << angularMomentum <<  std::endl;
240 <
240 >      */
241        
242     }
243    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines