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

Comparing trunk/OOPSE-4/src/brains/DataStorage.hpp (file contents):
Revision 1648 by tim, Tue Oct 26 22:19:22 2004 UTC vs.
Revision 1682 by tim, Thu Oct 28 22:34:01 2004 UTC

# Line 118 | Line 118 | using namespace oopse;
118              std::vector<Vector3d> position;               /** position array */
119              std::vector<Vector3d> velocity;               /** velocity array */
120              std::vector<RotMat3x3d> aMat;            /** rotation matrix array */
121 <            std::vector<Vector3d> angularMomentum;/** velocity array */
121 >            std::vector<Vector3d> angularMomentum;/** angular momentum array (body-fixed) */
122              std::vector<Vector3d> unitVector;                /** the lab frame unit std::vector array*/
123              std::vector<double> zAngle;              /** z -angle array */        
124              std::vector<Vector3d> force;               /** force array */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines