diff --git a/dune/gfe/rotation.hh b/dune/gfe/rotation.hh index 619ac6e49c4137d0620119b7736f8f4115adfb7b..d92bc4cc1e2c58ca3a5d19b681a2b706d3b38981 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++)