diff --git a/dune/gfe/rotation.hh b/dune/gfe/rotation.hh index 049943e8f9f195c72170312ded3fe3ad063a2ca3..ef29f72bf56fc2ae295131c23720443f63587447 100644 --- a/dune/gfe/rotation.hh +++ b/dune/gfe/rotation.hh @@ -752,10 +752,7 @@ public: return *this; } - /** \brief Compute an orthonormal basis of the tangent space of SO(3). - - This basis is of course not globally continuous. - */ + /** \brief Compute an orthonormal basis of the tangent space of SO(3). */ Dune::FieldMatrix<T,3,4> orthonormalFrame() const { Dune::FieldMatrix<T,3,4> result; for (int i=0; i<3; i++)