Skip to content
Snippets Groups Projects
Commit 26a94fcd 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 bb0c6049
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ int main (int argc, char *argv[]) try
Python::runStream()
<< std::endl << "import sys"
<< 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;
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