Skip to content
Snippets Groups Projects
Commit 0383b239 authored by Samuel Kemmler's avatar Samuel Kemmler
Browse files

Merge branch 'suffa/DocFix' into 'master'

Fixed documentation of Environment class regarding parameter overriding on command line

See merge request walberla/walberla!644
parents fdee9cff d6f7a224
No related merge requests found
......@@ -44,9 +44,8 @@ public:
*
* \param argc,argv If command line parameters are present they have to contain at least
* the path to the configuration file and optionally pairs of param-value:
* "-myParameter myValue"
* These values are then substituted in configuration files at
* positions marked with $(myParameter)
* "-blockName.parameterName=parameterValue"
* These values are then substituted in configuration files.
* It is also possible to pass no command line options (see description below )
*
* If command line arguments are present the constructor initializes static objects
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment