diff --git a/src/cosserat-continuum.cc b/src/cosserat-continuum.cc index db4dafbfeb918cde5937ddc6775cedaa5e5346f6..5f848f55b14564c7af982439be15b781d8d3d5a6 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 9429ceef08d272367ea8bc5b949f9bbe70505f52..7a55bae995917b311b0076523e598a982d6145ae 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;