Skip to content
Snippets Groups Projects
Commit d1af9422 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Start expecting all Python configuration files in dune-gfe/problems/

parent 11ec71c2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment