Skip to content
Snippets Groups Projects
Commit ede5e3cd authored by Alexander Jaust's avatar Alexander Jaust
Browse files

[monolithic] updated file include paths in problem definitions

parent 2c4db206
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
#define DUMUX_FREEFLOW_SUBPROBLEM_HH
#ifndef ENABLEMONOLITHIC
#define ENABLEMONOLITHIC 1
#define ENABLEMONOLITHIC 0
#endif
#include <dune/grid/yaspgrid.hh>
......@@ -39,7 +39,7 @@
#include <dumux/freeflow/navierstokes/model.hh>
#if !ENABLEMONOLITHIC
#include "../iterative/preciceadapter.hh"
#include "../common/preciceadapter.hh"
#endif
namespace Dumux {
......
......@@ -26,7 +26,7 @@
#define DUMUX_HEAT_SUBPROBLEM_HH
#ifndef ENABLEMONOLITHIC
#define ENABLEMONOLITHIC 1
#define ENABLEMONOLITHIC 0
#endif
#include <dune/grid/yaspgrid.hh>
......@@ -39,7 +39,7 @@
#include "spatialparams.hh"
#if !ENABLEMONOLITHIC
#include "../iterative/preciceadapter.hh"
#include "../common/preciceadapter.hh"
#endif
namespace Dumux {
......
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