From f69b9b90e27d196eb8034ea1053e8eee05cd63e1 Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@math.uio.no>
Date: Mon, 3 Apr 2023 11:40:05 +0000
Subject: [PATCH] [slides][problem] Fixup

---
 slides/problem.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/problem.md b/slides/problem.md
index 6e495120..84fb4d09 100644
--- a/slides/problem.md
+++ b/slides/problem.md
@@ -134,11 +134,11 @@ namespace Dumux::Properties {
 template<class TypeTag>
 struct SpatialParams<TypeTag, TTag::Injection2pCC>
 {
-    using FVGridGeometry
-        = GetPropType<TypeTag, Properties::FVGridGeometry>;
+    using GridGeometry
+        = GetPropType<TypeTag, Properties::GridGeometry>;
     using Scalar
         = GetPropType<TypeTag, Properties::Scalar>;
-    using type = InjectionSpatialParams<FVGridGeometry, Scalar>;
+    using type = InjectionSpatialParams<GridGeometry, Scalar>;
 };
 
 } // end namespace Dumux::Properties
-- 
GitLab