diff --git a/quaternion/HSO3.hpp b/quaternion/HSO3.hpp index 49db2cd21..4e4ead7ab 100644 --- a/quaternion/HSO3.hpp +++ b/quaternion/HSO3.hpp @@ -4,7 +4,7 @@ /* HSO3.hpp header file */ /* */ /* This file is not currently part of the Boost library. It is simply an example of the use */ -/* quaternions can be put to. Hopefully it will be usefull too. */ +/* quaternions can be put to. Hopefully it will be useful too. */ /* */ /* This file provides tools to convert between quaternions and R^3 rotation matrices. */ /* */ @@ -96,8 +96,6 @@ R3_matrix quaternion_to_R3_rotation(::boost::math::quaternion void find_invariant_vector( R3_matrix const & rot, TYPE_FLOAT & x, @@ -390,7 +388,7 @@ namespace s = -x*w+z*u; t = +x*v-y*u; } -} + template