From a2b975ab0d8f35f08895658bc01684ac62f9011d Mon Sep 17 00:00:00 2001
From: Martin Schneider <martin.schneider@iws.uni-stuttgart.de>
Date: Sun, 2 Apr 2023 15:58:14 +0200
Subject: [PATCH] [ex][problem] Fix include

---
 exercises/exercise-basic/properties2p.hh   | 2 +-
 exercises/exercise-basic/properties2p2c.hh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exercises/exercise-basic/properties2p.hh b/exercises/exercise-basic/properties2p.hh
index b082ca1f..e49b2f14 100644
--- a/exercises/exercise-basic/properties2p.hh
+++ b/exercises/exercise-basic/properties2p.hh
@@ -32,7 +32,7 @@
 #include <dumux/material/fluidsystems/h2on2.hh>
 
 #include "injection2pproblem.hh"
-#include "spatialparams.hh"
+#include "injection2pspatialparams.hh"
 
 namespace Dumux::Properties {
 
diff --git a/exercises/exercise-basic/properties2p2c.hh b/exercises/exercise-basic/properties2p2c.hh
index 3609c68e..dab9384c 100644
--- a/exercises/exercise-basic/properties2p2c.hh
+++ b/exercises/exercise-basic/properties2p2c.hh
@@ -32,7 +32,7 @@
 #include <dumux/material/fluidsystems/h2on2.hh>
 
 #include "injection2p2cproblem.hh"
-#include "spatialparams.hh"
+#include "injection2pspatialparams.hh"
 
 namespace Dumux::Properties {
 
-- 
GitLab