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

Comparing branches/new_design/OOPSE-2.0/src/brains/DataStorage.hpp (file contents):
Revision 1792 by tim, Wed Nov 24 17:42:37 2004 UTC vs.
Revision 1793 by tim, Mon Nov 29 18:00:33 2004 UTC

# Line 96 | Line 96 | using namespace oopse;
96              std::vector<Vector3d> velocity;               /** velocity array */
97              std::vector<RotMat3x3d> aMat;            /** rotation matrix array */
98              std::vector<Vector3d> angularMomentum;/** angular momentum array (body-fixed) */
99 <            std::vector<Vector3d> unitFrame;                /** the lab frame unit std::vector array*/
99 >            std::vector<Mat3x3d> unitFrame;                /** the lab frame unit std::vector array*/
100              std::vector<double> zAngle;              /** z -angle array */        
101              std::vector<Vector3d> force;               /** force array */
102              std::vector<Vector3d> torque;               /** torque array */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines