Skip to content
Snippets Groups Projects
Commit b69a6ce9 authored by Klaus Böhnlein's avatar Klaus Böhnlein
Browse files

improve axis error message

parent 29744708
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ namespace MatrixOperations { ...@@ -116,7 +116,7 @@ namespace MatrixOperations {
{ 0, 0, 1.0}}; { 0, 0, 1.0}};
} }
default: default:
DUNE_THROW(Dune::Exception, " axis not feasible. rotationMatrix is only implemented for 3x3-matrices."); DUNE_THROW(Dune::Exception, " axis not feasible. rotationMatrix is only implemented for 3x3-matrices. Choose between 0: x-axis, 1: y-axis, 2: z-axis");
} }
} }
......
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