diff --git a/.patches/exercise-runtimeparams/exercise-runtimeparams.patch b/.patches/exercise-runtimeparams/exercise-runtimeparams.patch index d51f7f9821b0698507890fca80504ce33f2cf388..34148e395fcf24a62e25f2e06e5254df33e7fbdf 100644 --- a/.patches/exercise-runtimeparams/exercise-runtimeparams.patch +++ b/.patches/exercise-runtimeparams/exercise-runtimeparams.patch @@ -83,7 +83,7 @@ diff -ruN exercises/exercise-runtimeparams/properties.hh exercises/solution/exer #endif diff -ruN exercises/exercise-runtimeparams/README.md exercises/solution/exercise-runtimeparams/README.md ---- exercises/exercise-runtimeparams/README.md 2024-07-16 17:37:37.476023284 +0200 +--- exercises/exercise-runtimeparams/README.md 2024-07-17 09:03:40.427904686 +0200 +++ exercises/solution/exercise-runtimeparams/README.md 1970-01-01 01:00:00.000000000 +0100 @@ -1,171 +0,0 @@ -# Exercise Runtime Parameters (DuMuX course) @@ -113,7 +113,7 @@ diff -ruN exercises/exercise-runtimeparams/README.md exercises/solution/exercise -Parameters::init(argc, argv); -``` -This will read in the parameters from the input file. --The input file should either be named the same as the executable file, with a trailing `*.input`, or be named `prarams.input` as this is the standard in our CMake system. +-The input file should either be named the same as the executable file, with a trailing `*.input`, or be named `params.input` as this is the standard in our CMake system. -Alternatively, arbitrarily named input files (e.g. `exercise1.input`) can be explicitly written as the first shell argument after the executable file (here `exercise_runtimeparams`) is called. - -```bash diff --git a/exercises/exercise-runtimeparams/README.md b/exercises/exercise-runtimeparams/README.md index 57bb20221825ada3ef8bc523b1c5f8a795037bff..8d7ee372033f17322d3ec4d2c38c8a54cd0a8534 100644 --- a/exercises/exercise-runtimeparams/README.md +++ b/exercises/exercise-runtimeparams/README.md @@ -25,7 +25,7 @@ Parameters can either be directly defined within your program, or specified via Parameters::init(argc, argv); ``` This will read in the parameters from the input file. -The input file should either be named the same as the executable file, with a trailing `*.input`, or be named `prarams.input` as this is the standard in our CMake system. +The input file should either be named the same as the executable file, with a trailing `*.input`, or be named `params.input` as this is the standard in our CMake system. Alternatively, arbitrarily named input files (e.g. `exercise1.input`) can be explicitly written as the first shell argument after the executable file (here `exercise_runtimeparams`) is called. ```bash