From ad72cd11bdca70aa275a3ce915a1568c45cf53ab Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 11 Aug 2011 12:42:31 +0000
Subject: [PATCH] use analytical gradient by default

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

diff --git a/harmonicmaps-eoc.cc b/harmonicmaps-eoc.cc
index 7fab78c7..e6b2c8db 100644
--- a/harmonicmaps-eoc.cc
+++ b/harmonicmaps-eoc.cc
@@ -1,7 +1,7 @@
 #include <config.h>
 
 //#define HARMONIC_ENERGY_FD_GRADIENT
-#define HARMONIC_ENERGY_FD_INNER_GRADIENT
+//#define HARMONIC_ENERGY_FD_INNER_GRADIENT
 
 #include <dune/common/bitsetvector.hh>
 #include <dune/common/parametertree.hh>
-- 
GitLab