From 0bb7114a2874a51f99c33b51624b3e86ba480867 Mon Sep 17 00:00:00 2001
From: IvBu <st116086@stud.uni-stuttgart.de>
Date: Sun, 2 Apr 2023 16:00:56 +0200
Subject: [PATCH] [dunemodule] Change order of slides.

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

diff --git a/slides/dunemodule.md b/slides/dunemodule.md
index d4470aa9..0e981f93 100644
--- a/slides/dunemodule.md
+++ b/slides/dunemodule.md
@@ -19,18 +19,18 @@ But where?
 ## The Dune/Dumux Suite
 <img src=img/dependenciesMyModule.png width="100%">
 
-## How are these modules linked?
-Compile modules via:
+## Creating a new dune module
+Start the script `duneproject` to initiate creating a new module:
 
 ```bash
-./dune-common/bin/dunecontrol --opts=dumux/cmake.opts all
+./dune-common/bin/duneproject
 ```
 
-## Creating a new dune module
-Start the script `duneproject` to initiate creating a new module:
+## How are these modules linked?
+Compile modules via:
 
 ```bash
-./dune-common/bin/duneproject
+./dune-common/bin/dunecontrol --opts=dumux/cmake.opts all
 ```
 
 ## Adding test cases to an `appl` folder
-- 
GitLab