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

make toMatrix method const

[[Imported from SVN: r7987]]
parent f6a34667
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ public: ...@@ -40,7 +40,7 @@ public:
} }
/** \brief Embedd the skey-symmetric matrix in R^3x3 */ /** \brief Embedd the skey-symmetric matrix in R^3x3 */
Dune::FieldMatrix<T,3,3> toMatrix() Dune::FieldMatrix<T,3,3> toMatrix() const
{ {
Dune::FieldMatrix<T,3,3> mat; Dune::FieldMatrix<T,3,3> mat;
mat = 0; mat = 0;
......
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