From 18759e63da522ee771f842a73ab400329af89902 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 22 Sep 2011 15:11:22 +0000
Subject: [PATCH] use FieldVector::dimension in lieu of FieldVector::size

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

diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc
index c841d3e3..6ceed2e1 100644
--- a/cosserat-continuum.cc
+++ b/cosserat-continuum.cc
@@ -35,7 +35,7 @@ typedef RigidBodyMotion<3> TargetSpace;
 #endif
 
 // Tangent vector of the image space
-const int blocksize = TargetSpace::TangentVector::size;
+const int blocksize = TargetSpace::TangentVector::dimension;
 
 using namespace Dune;
 
-- 
GitLab