Skip to content
Snippets Groups Projects
Commit 5cbc001f authored by Timo Koch's avatar Timo Koch
Browse files

Update README.md ex1

parent d1157050
No related branches found
No related tags found
1 merge request!600[WIP][components][plotproperties] Add a source file to plot properties of some components
...@@ -86,7 +86,7 @@ We want to be able to set it at runtime. To this end, ...@@ -86,7 +86,7 @@ We want to be able to set it at runtime. To this end,
```c++ ```c++
// read the injection rate from the input file at run time // read the injection rate from the input file at run time
const auto totalAreaSpecificInflow_ = GET_RUNTIME_PARAM_FROM_GROUP(TypeTag, <TYPE>, <GROUPNAME>, <PARAMNAME>); totalAreaSpecificInflow_ = GET_RUNTIME_PARAM_FROM_GROUP(TypeTag, <TYPE>, <GROUPNAME>, <PARAMNAME>);
``` ```
* Replace * Replace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment