From 51ce2830cc11cc65f38da52e21eee6df85b2d558 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Tue, 22 Mar 2016 14:41:31 +0100
Subject: [PATCH] Input data is now in dune-gfe/problems

---
 src/harmonicmaps.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/harmonicmaps.cc b/src/harmonicmaps.cc
index 6fa27cff..0d00d447 100644
--- a/src/harmonicmaps.cc
+++ b/src/harmonicmaps.cc
@@ -72,7 +72,7 @@ int main (int argc, char *argv[]) try
     //feenableexcept(FE_INVALID);
     Python::runStream()
         << std::endl << "import sys"
-        << std::endl << "sys.path.append('/home/sander/dune/dune-gfe/src')"
+        << std::endl << "sys.path.append('/home/sander/dune/dune-gfe/problems')"
         << std::endl;
 
 
-- 
GitLab