Skip to content
Snippets Groups Projects
Commit 47fea9b1 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[parameters] Adjust the example, so that it will not pop up as an extra

parameter in the list created by compareparameters.sh.



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14126 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 2c648a5d
No related branches found
No related tags found
No related merge requests found
...@@ -101,9 +101,9 @@ ...@@ -101,9 +101,9 @@
* Example: * Example:
* *
* \code * \code
* // -> retrieves global integer value NumberOfCellsX which is * // -> retrieves global integer value "NumberOfCellsX" which is
* // located int the parameter group "Geometry" * // located in the parameter group "Grid"
* GET_RUNTIME_PARAM_FROM_GROUP(TypeTag, int, Geometry, NumberOfCellsX); * GET_RUNTIME_PARAM_FROM_GROUP(TypeTag, int, Grid, NumberOfCellsX);
* \endcode * \endcode
*/ */
#define GET_RUNTIME_PARAM_FROM_GROUP(TypeTag, ParamType, GroupName, ParamName) \ #define GET_RUNTIME_PARAM_FROM_GROUP(TypeTag, ParamType, GroupName, ParamName) \
......
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