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

Comparing branches/new_design/OOPSE-2.0/src/primitives/RigidBody.cpp (file contents):
Revision 1825 by tim, Wed Dec 1 18:42:45 2004 UTC vs.
Revision 1826 by tim, Thu Dec 2 05:04:20 2004 UTC

# Line 72 | Line 72 | std::vector<double> RigidBody::getGrad() {
72   }    
73  
74   std::vector<double> RigidBody::getGrad() {
75 <    vector<double> grad(6, 0.0);
75 >     std::vector<double> grad(6, 0.0);
76      Vector3d force;
77      Vector3d torque;
78      Vector3d myEuler;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines