Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux-course
Commits
7c9740db
Commit
7c9740db
authored
Jul 13, 2018
by
Theresa Schollenberger
Browse files
[exercise-basic] remove numbering in comments
parent
81904ad0
Changes
10
Hide whitespace changes
Inline
Side-by-side
exercises/exercise-basic/CMakeLists.txt
View file @
7c9740db
...
...
@@ -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
...
...
exercises/exercise-basic/exercise_basic.cc
View file @
7c9740db
...
...
@@ -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>
...
...
exercises/exercise-basic/exercise_basic_2p.cc
View file @
7c9740db
...
...
@@ -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>
...
...
exercises/exercise-basic/exercise_basic_2p2c.cc
View file @
7c9740db
...
...
@@ -18,7 +18,7 @@
*****************************************************************************/
/*!
* \file
* \brief The main file for the 2p2c porousmediumflow problem in exercise
1
* \brief The main file for the 2p2c porousmediumflow problem in exercise
-basic
*/
#include
<config.h>
...
...
exercises/exercise-basic/injection2p2cproblem.hh
View file @
7c9740db
...
...
@@ -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
...
...
exercises/exercise-basic/injection2pniproblem.hh
View file @
7c9740db
...
...
@@ -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
...
...
exercises/exercise-basic/injection2pproblem.hh
View file @
7c9740db
...
...
@@ -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
...
...
exercises/solution/exercise-basic/CMakeLists.txt
View file @
7c9740db
...
...
@@ -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
...
...
exercises/solution/exercise-basic/exercise_basic_2pni.cc
View file @
7c9740db
...
...
@@ -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>
...
...
exercises/solution/exercise-basic/injection2pniproblem.hh
View file @
7c9740db
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment