From 623c82b8907bb21eeb17ddf4b295c991f35e1dc7 Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@math.uio.no>
Date: Tue, 4 Apr 2023 11:05:51 +0200
Subject: [PATCH] Small fixes

---
 slides/materialsystem.md | 2 +-
 slides/python.md         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/materialsystem.md b/slides/materialsystem.md
index ac0c8bd9..b8dbc75a 100644
--- a/slides/materialsystem.md
+++ b/slides/materialsystem.md
@@ -222,7 +222,7 @@ $\rightarrow$ the empirical parameters $p_d$ and $\lambda$ have to be specified
 ## Example implementations
 
 * _InertSolidState_ : assumes an inert solid phase. Solid volume fractions do not change. This is the **default**.
-* _CompositionalSolidState_ : assumes a solid matrix composed out of two components. The volume fractions can change and properties such as heat capacity are adapted.
+* _CompositionalSolidState_ : assumes a solid matrix composed out of multiple components. The volume fractions can change and properties such as heat capacity are adapted.
 
 # Constraint Solvers
 
diff --git a/slides/python.md b/slides/python.md
index b94a271d..f8a3524b 100644
--- a/slides/python.md
+++ b/slides/python.md
@@ -28,8 +28,8 @@ For more control, follow
 ./dune-common/bin/dunecontrol bexec rm -r CMakeFiles CMakeCache.txt
 python3 -m venv venv
 source venv/bin/activate
-./dune-common/bin/dunecontrol --opts=dumux.opts configure
-./dune-common/bin/dunecontrol --opts=dumux.opts make -j
+./dune-common/bin/dunecontrol --opts=dumux/cmake.opts configure
+./dune-common/bin/dunecontrol --opts=dumux/cmake.opts make -j
 ```
 
 which installs Python bindings into the activated virtual environment.
-- 
GitLab