From: <sv...@ww...> - 2004-06-12 10:39:00
|
Author: delta Date: 2004-06-12 03:38:54 -0700 (Sat, 12 Jun 2004) New Revision: 1012 Modified: trunk/CSP/CSPSim/Include/BaseDynamics.h Log: Corrected a typo in a comment. Modified: trunk/CSP/CSPSim/Include/BaseDynamics.h =================================================================== --- trunk/CSP/CSPSim/Include/BaseDynamics.h 2004-06-12 10:32:08 UTC (rev 1011) +++ trunk/CSP/CSPSim/Include/BaseDynamics.h 2004-06-12 10:38:54 UTC (rev 1012) @@ -123,7 +123,7 @@ inline simdata::Vector3 getForce() const { return m_Force; } /** - * Get the total force computed in the last update() call. + * Get the total moment computed in the last update() call. */ inline simdata::Vector3 getMoment() const { return m_Moment; } |