From 1fa70feaaba57e1a5c57469ac577393f5aac03bc Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Sat, 19 Nov 2011 20:09:20 +0000 Subject: [PATCH] switch back to 2d for the time being [[Imported from SVN: r8241]] --- harmonicmaps-eoc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmonicmaps-eoc.cc b/harmonicmaps-eoc.cc index a3650329..5b8470ce 100644 --- a/harmonicmaps-eoc.cc +++ b/harmonicmaps-eoc.cc @@ -34,7 +34,7 @@ #include <dune/gfe/geodesicfefunctionadaptor.hh> // grid dimension -const int dim = 3; +const int dim = 2; typedef UnitVector<double,3> TargetSpace; typedef std::vector<TargetSpace> SolutionType; -- GitLab