From c5558c656dc9c54d1e57017f55e0cebc3a6fa710 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 16 Nov 2011 15:04:46 +0000 Subject: [PATCH] fix another old use of the Rotation template parameters [[Imported from SVN: r8212]] --- harmonicmaps.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmonicmaps.cc b/harmonicmaps.cc index a377f236..1b3851d7 100644 --- a/harmonicmaps.cc +++ b/harmonicmaps.cc @@ -161,7 +161,7 @@ int main (int argc, char *argv[]) try FieldVector<double,dim> pos = vIt->geometry().corner(0); FieldVector<double,3> axis; axis[0] = pos[0]; axis[1] = pos[1]; axis[2] = 1; - Rotation<3,double> rotation(axis, pos.two_norm()*M_PI*1.5); + Rotation<double,3> rotation(axis, pos.two_norm()*M_PI*1.5); //dirichletNodes[idx] = pos[0]<0.01 || pos[0] > 0.99; -- GitLab