mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 03:00:17 -06:00
add comments to describe flag arguments
This commit is contained in:
parent
1bbf18d7c8
commit
2a2b183679
@ -163,7 +163,7 @@ namespace Opm
|
||||
EWOMS_END_PARAM_REGISTRATION(TypeTag);
|
||||
|
||||
// read in the command line parameters
|
||||
int status = Ewoms::setupParameters_<TypeTag>(argc, const_cast<const char**>(argv), false, true, true);
|
||||
int status = Ewoms::setupParameters_<TypeTag>(argc, const_cast<const char**>(argv), /*doRegistration=*/false, /*allowUnused=*/true, /*handleHelp=*/true);
|
||||
if (status == 0) {
|
||||
// deal with --print-properties and --print-parameters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user