From d5377448fc82ff855d825b24de54aadb6bf2d4f2 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 16 Nov 2011 15:00:14 +0000
Subject: [PATCH] use FieldVector::dimension instead of FieldVector::size

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

diff --git a/harmonicmaps.cc b/harmonicmaps.cc
index 7e75863a..ecb5e0ab 100644
--- a/harmonicmaps.cc
+++ b/harmonicmaps.cc
@@ -53,7 +53,7 @@ typedef RealTuple<double,1> TargetSpace;
 #endif
 
 // Tangent vector of the image space
-const int blocksize = TargetSpace::TangentVector::size;
+const int blocksize = TargetSpace::TangentVector::dimension;
 
 using namespace Dune;
 
-- 
GitLab