Skip to content
Snippets Groups Projects
Commit 9138aa46 authored by Youett, Jonathan's avatar Youett, Jonathan Committed by akbib@FU-BERLIN.DE
Browse files

bugfix

[[Imported from SVN: r7984]]
parent 8f8d21c1
No related branches found
No related tags found
No related merge requests found
......@@ -488,7 +488,7 @@ public:
q.matrix(mat);
Dune::FieldMatrix<T,3,3> matT;
q.inverse().matrix(matT);
Rotation<3,T>(q.inverse()).matrix(matT);
mat -= matT;
mat *= 1/(1+trace);
}
......
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