From ede5e3cd6ff3c8cc91ffdef4b0d32ff8c42e406f Mon Sep 17 00:00:00 2001 From: Alexander Jaust <alexander.jaust@ipvs.uni-stuttgart.de> Date: Thu, 16 May 2019 15:15:33 +0200 Subject: [PATCH] [monolithic] updated file include paths in problem definitions --- appl/conjugateheattransfer/monolithic/problem_freeflow.hh | 4 ++-- appl/conjugateheattransfer/monolithic/problem_heat.hh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appl/conjugateheattransfer/monolithic/problem_freeflow.hh b/appl/conjugateheattransfer/monolithic/problem_freeflow.hh index 72e5481..d99ed6a 100644 --- a/appl/conjugateheattransfer/monolithic/problem_freeflow.hh +++ b/appl/conjugateheattransfer/monolithic/problem_freeflow.hh @@ -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 { diff --git a/appl/conjugateheattransfer/monolithic/problem_heat.hh b/appl/conjugateheattransfer/monolithic/problem_heat.hh index 31c3f75..23849f9 100644 --- a/appl/conjugateheattransfer/monolithic/problem_heat.hh +++ b/appl/conjugateheattransfer/monolithic/problem_heat.hh @@ -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 { -- GitLab