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

fix template parameter order

[[Imported from SVN: r8876]]
parent fd4df7ec
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ struct DirichletFunction
#if 0
FieldVector<double,3> axis;
axis[0] = x[0]; axis[1] = x[1]; axis[2] = 1;
Rotation<3,double> rotation(axis, x.two_norm()*M_PI*3);
Rotation<double,3> rotation(axis, x.two_norm()*M_PI*3);
FieldMatrix<double,3,3> rMat;
rotation.matrix(rMat);
......
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