From 91c4833af28d388cdf27c53b8841ed263375ef65 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Fri, 15 Jul 2011 13:49:36 +0000 Subject: [PATCH] remove spurious comment [[Imported from SVN: r7568]] --- dune/gfe/rotation.hh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dune/gfe/rotation.hh b/dune/gfe/rotation.hh index 049943e8..ef29f72b 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++) -- GitLab