From a0dda0296baacda3d447ccca5c622262d0ba6af6 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 16 Nov 2011 14:56:04 +0000
Subject: [PATCH] fix copy'n'paste bug in the previous patch

[[Imported from SVN: r8209]]
---
 harmonicmaps.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/harmonicmaps.cc b/harmonicmaps.cc
index b5348540..7e75863a 100644
--- a/harmonicmaps.cc
+++ b/harmonicmaps.cc
@@ -40,7 +40,7 @@ const int dim = 3;
 typedef Rotation<double,2> TargetSpace;
 #endif
 #ifdef ROTATION3
-typedef Rotation<double,2> TargetSpace;
+typedef Rotation<double,3> TargetSpace;
 #endif
 #ifdef UNITVECTOR2
 typedef UnitVector<double,2> TargetSpace;
-- 
GitLab