Skip to content
Snippets Groups Projects
Commit 91c4833a authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

remove spurious comment

[[Imported from SVN: r7568]]
parent 90873fbb
No related branches found
No related tags found
No related merge requests found
...@@ -752,10 +752,7 @@ public: ...@@ -752,10 +752,7 @@ public:
return *this; return *this;
} }
/** \brief Compute an orthonormal basis of the tangent space of SO(3). /** \brief Compute an orthonormal basis of the tangent space of SO(3). */
This basis is of course not globally continuous.
*/
Dune::FieldMatrix<T,3,4> orthonormalFrame() const { Dune::FieldMatrix<T,3,4> orthonormalFrame() const {
Dune::FieldMatrix<T,3,4> result; Dune::FieldMatrix<T,3,4> result;
for (int i=0; i<3; i++) for (int i=0; i<3; 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