From 7c9740db9d6aa8f073fee3952299c01d0568b217 Mon Sep 17 00:00:00 2001 From: Theresa Kurz <theresa.kurz@iws.uni-stuttgart.de> Date: Fri, 13 Jul 2018 16:20:14 +0200 Subject: [PATCH] [exercise-basic] remove numbering in comments --- exercises/exercise-basic/CMakeLists.txt | 2 +- exercises/exercise-basic/exercise_basic.cc | 2 +- exercises/exercise-basic/exercise_basic_2p.cc | 2 +- exercises/exercise-basic/exercise_basic_2p2c.cc | 2 +- exercises/exercise-basic/injection2p2cproblem.hh | 2 +- exercises/exercise-basic/injection2pniproblem.hh | 2 +- exercises/exercise-basic/injection2pproblem.hh | 2 +- exercises/solution/exercise-basic/CMakeLists.txt | 2 +- exercises/solution/exercise-basic/exercise_basic_2pni.cc | 2 +- exercises/solution/exercise-basic/injection2pniproblem.hh | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/exercises/exercise-basic/CMakeLists.txt b/exercises/exercise-basic/CMakeLists.txt index a7e6b6a8..7431c9aa 100644 --- a/exercises/exercise-basic/CMakeLists.txt +++ b/exercises/exercise-basic/CMakeLists.txt @@ -10,7 +10,7 @@ dune_add_test(NAME exercise_basic_2p2c # here, add the two-phase non-isothermal simulation program -# add tutorial to the common target +# add exercise to the common target add_dependencies(test_exercises exercise_basic_2p exercise_basic_2p2c) # add a symlink for the input file diff --git a/exercises/exercise-basic/exercise_basic.cc b/exercises/exercise-basic/exercise_basic.cc index 3bf3e8d8..0a8b4e57 100644 --- a/exercises/exercise-basic/exercise_basic.cc +++ b/exercises/exercise-basic/exercise_basic.cc @@ -18,7 +18,7 @@ *****************************************************************************/ /*! * \file - * \brief The main file for the two-phase porousmediumflow problem of exercise 1 + * \brief The main file for the two-phase porousmediumflow problem of exercise-basic */ #include <config.h> diff --git a/exercises/exercise-basic/exercise_basic_2p.cc b/exercises/exercise-basic/exercise_basic_2p.cc index fbefdd1e..88f18f84 100644 --- a/exercises/exercise-basic/exercise_basic_2p.cc +++ b/exercises/exercise-basic/exercise_basic_2p.cc @@ -18,7 +18,7 @@ *****************************************************************************/ /*! * \file - * \brief The main file for the two-phase porousmediumflow problem of exercise 1 + * \brief The main file for the two-phase porousmediumflow problem of exercise-basic */ #include <config.h> diff --git a/exercises/exercise-basic/exercise_basic_2p2c.cc b/exercises/exercise-basic/exercise_basic_2p2c.cc index f2400943..b4359b9e 100644 --- a/exercises/exercise-basic/exercise_basic_2p2c.cc +++ b/exercises/exercise-basic/exercise_basic_2p2c.cc @@ -18,7 +18,7 @@ *****************************************************************************/ /*! * \file - * \brief The main file for the 2p2c porousmediumflow problem in exercise1 + * \brief The main file for the 2p2c porousmediumflow problem in exercise-basic */ #include <config.h> diff --git a/exercises/exercise-basic/injection2p2cproblem.hh b/exercises/exercise-basic/injection2p2cproblem.hh index 12535cbe..c5a123e1 100644 --- a/exercises/exercise-basic/injection2p2cproblem.hh +++ b/exercises/exercise-basic/injection2p2cproblem.hh @@ -19,7 +19,7 @@ /*! * \file * - * \brief The two-phase porousmediumflow problem for exercise 1 + * \brief The two-phase porousmediumflow problem for exercise-basic */ #ifndef DUMUX_EX1_INJECTION_2P2C_PROBLEM_HH #define DUMUX_EX1_INJECTION_2P2C_PROBLEM_HH diff --git a/exercises/exercise-basic/injection2pniproblem.hh b/exercises/exercise-basic/injection2pniproblem.hh index d89fa7f1..e4512e24 100644 --- a/exercises/exercise-basic/injection2pniproblem.hh +++ b/exercises/exercise-basic/injection2pniproblem.hh @@ -19,7 +19,7 @@ /*! * \file * - * \brief The two-phase nonisothermal porousmediumflow problem for exercise 1 + * \brief The two-phase nonisothermal porousmediumflow problem for exercise-basic */ #ifndef DUMUX_EX1_INJECTION_PROBLEM_2PNI_HH diff --git a/exercises/exercise-basic/injection2pproblem.hh b/exercises/exercise-basic/injection2pproblem.hh index f9f585e8..e289798c 100644 --- a/exercises/exercise-basic/injection2pproblem.hh +++ b/exercises/exercise-basic/injection2pproblem.hh @@ -19,7 +19,7 @@ /*! * \file * - * \brief The two-phase porousmediumflow problem for exercise 1 + * \brief The two-phase porousmediumflow problem for exercise-basic */ #ifndef DUMUX_EX1_INJECTION_PROBLEM_2P_HH diff --git a/exercises/solution/exercise-basic/CMakeLists.txt b/exercises/solution/exercise-basic/CMakeLists.txt index 5d2a43bd..c4ddb03c 100644 --- a/exercises/solution/exercise-basic/CMakeLists.txt +++ b/exercises/solution/exercise-basic/CMakeLists.txt @@ -4,7 +4,7 @@ dune_add_test(NAME exercise_basic_2pni CMD_ARGS exercise_basic.input) -# add tutorial to the common target +# add exercise to the common target add_dependencies(test_exercises exercise_basic_2pni) # add a symlink for the input file diff --git a/exercises/solution/exercise-basic/exercise_basic_2pni.cc b/exercises/solution/exercise-basic/exercise_basic_2pni.cc index 68f9d3b5..c772513c 100644 --- a/exercises/solution/exercise-basic/exercise_basic_2pni.cc +++ b/exercises/solution/exercise-basic/exercise_basic_2pni.cc @@ -18,7 +18,7 @@ *****************************************************************************/ /*! * \file - * \brief The solution main file for the two-phase porousmediumflow problem of exercise 1 + * \brief The solution main file for the two-phase porousmediumflow problem of exercise-basic */ #include <config.h> diff --git a/exercises/solution/exercise-basic/injection2pniproblem.hh b/exercises/solution/exercise-basic/injection2pniproblem.hh index 6cc7132b..24bdce9a 100644 --- a/exercises/solution/exercise-basic/injection2pniproblem.hh +++ b/exercises/solution/exercise-basic/injection2pniproblem.hh @@ -19,7 +19,7 @@ /*! * \file * - * \brief The two-phase nonisothermal porousmediumflow problem for exercise 1 + * \brief The solution of the two-phase nonisothermal porousmediumflow problem for exercise-basic */ #ifndef DUMUX_EX1_INJECTION_PROBLEM_2PNI_HH -- GitLab