--- branches/development/src/math/SquareMatrix3.hpp 2012/10/18 20:46:24 1807 +++ branches/development/src/math/SquareMatrix3.hpp 2012/10/22 20:42:10 1808 @@ -125,7 +125,7 @@ namespace OpenMD { * Sets this matrix to a rotation matrix by three euler angles * @param phi * @param theta - * @psi theta + * @param psi */ void setupRotMat(Real phi, Real theta, Real psi) { Real sphi, stheta, spsi;