Skip to content
Snippets Groups Projects
Commit e78bdf3b authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Fix copy'n'paste bug in a comment

parent 3f5f2a85
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ public: ...@@ -233,7 +233,7 @@ public:
return *this; 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> template <class T2>
Rotation& operator <<= (const Rotation<T2,3>& other) { Rotation& operator <<= (const Rotation<T2,3>& other) {
for (int i=0; i<4; i++) for (int i=0; i<4; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment