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

Comparing branches/new_design/OOPSE-3.0/src/brains/DataStorage.hpp (file contents):
Revision 1774 by tim, Wed Nov 3 18:00:36 2004 UTC vs.
Revision 1775 by tim, Wed Nov 24 17:42:37 2004 UTC

# Line 54 | Line 54 | using namespace oopse;
54                  dslVelocity = 2,
55                  dslAmat = 4,
56                  dslAngularMomentum = 8,
57 <                dslUnitVector = 16,
57 >                dslUnitFrame = 16,
58                  dslZAngle = 32,
59                  dslForce = 64,
60                  dslTorque = 128
# 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> unitVector;                /** the lab frame unit std::vector array*/
99 >            std::vector<Vector3d> 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