From e78bdf3b8b79439933031df0f88b3d8e825a5f71 Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Mon, 15 Jan 2018 13:42:56 +0100 Subject: [PATCH] Fix copy'n'paste bug in a comment --- dune/gfe/rotation.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/gfe/rotation.hh b/dune/gfe/rotation.hh index 619ac6e4..d92bc4cc 100644 --- a/dune/gfe/rotation.hh +++ b/dune/gfe/rotation.hh @@ -233,7 +233,7 @@ public: return *this; } - /** \brief Assigment from RigidBodyMotion with different type -- used for automatic differentiation with ADOL-C */ + /** \brief Assigment from Rotation with different type -- used for automatic differentiation with ADOL-C */ template <class T2> Rotation& operator <<= (const Rotation<T2,3>& other) { for (int i=0; i<4; i++) -- GitLab