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

Comparing trunk/OOPSE-3.0/src/primitives/RigidBody.cpp (file contents):
Revision 2361 by tim, Wed Oct 5 21:12:41 2005 UTC vs.
Revision 2362 by gezelter, Wed Oct 12 21:00:59 2005 UTC

# Line 180 | Line 180 | namespace oopse {
180          Itmp += refOrients_[i].transpose() * atoms_[i]->getI() * refOrients_[i];
181        }
182      }
183 +
184 +    std::cout << Itmp << std::endl;
185  
186      //diagonalize
187      Vector3d evals;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines