--- trunk/OOPSE-4/src/brains/DataStorage.hpp 2004/10/26 22:19:22 1648 +++ trunk/OOPSE-4/src/brains/DataStorage.hpp 2004/10/28 22:34:01 1682 @@ -118,7 +118,7 @@ using namespace oopse; std::vector position; /** position array */ std::vector velocity; /** velocity array */ std::vector aMat; /** rotation matrix array */ - std::vector angularMomentum;/** velocity array */ + std::vector angularMomentum;/** angular momentum array (body-fixed) */ std::vector unitVector; /** the lab frame unit std::vector array*/ std::vector zAngle; /** z -angle array */ std::vector force; /** force array */