From d1af9422a6e1d1bde3e21e16766d3ec3e598e7af Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Sun, 29 Nov 2015 16:29:39 +0100
Subject: [PATCH] Start expecting all Python configuration files in
 dune-gfe/problems/

---
 src/cosserat-continuum.cc       | 2 +-
 src/mixed-cosserat-continuum.cc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cosserat-continuum.cc b/src/cosserat-continuum.cc
index db4dafbf..5f848f55 100644
--- a/src/cosserat-continuum.cc
+++ b/src/cosserat-continuum.cc
@@ -85,7 +85,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/')"
+        << std::endl << "sys.path.append('/home/sander/dune/dune-gfe/problems/')"
         << std::endl;
 
     typedef std::vector<TargetSpace> SolutionType;
diff --git a/src/mixed-cosserat-continuum.cc b/src/mixed-cosserat-continuum.cc
index 9429ceef..7a55bae9 100644
--- a/src/mixed-cosserat-continuum.cc
+++ b/src/mixed-cosserat-continuum.cc
@@ -78,7 +78,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;
 
     typedef std::vector<RealTuple<double,3> > DeformationSolutionType;
-- 
GitLab