Skip to content
Snippets Groups Projects
Commit ca987c8d authored by lisa_julia.nebel_at_tu-dresden.de's avatar lisa_julia.nebel_at_tu-dresden.de
Browse files

Adjust path to problems-folder

parent 8fb2b257
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ int main (int argc, char *argv[]) try ...@@ -84,7 +84,7 @@ int main (int argc, char *argv[]) try
Python::runStream() Python::runStream()
<< std::endl << "import sys" << std::endl << "import sys"
<< std::endl << "import os" << std::endl << "import os"
<< std::endl << "sys.path.append(os.getcwd() + '/../../problems/')" << std::endl << "sys.path.append(os.getcwd() + '/../../../../dune/dune-gfe/problems/')"
<< std::endl; << std::endl;
typedef BlockVector<FieldVector<double,dim> > SolutionType; typedef BlockVector<FieldVector<double,dim> > SolutionType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment