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:
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++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment