mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-24 16:30:02 -06:00
hide --zoltan-params from --help
as this is an expert option, it should only be displayed with --help-all
This commit is contained in:
parent
cbba899fd7
commit
5bf41a6a28
@ -257,6 +257,7 @@ public:
|
||||
"from a JSON file by giving the filename here, ending with '.json.' "
|
||||
"See https://sandialabs.github.io/Zoltan/ug_html/ug.html "
|
||||
"for available Zoltan options.");
|
||||
EWOMS_HIDE_PARAM(TypeTag, ZoltanParams);
|
||||
#endif
|
||||
EWOMS_REGISTER_PARAM(TypeTag, bool, AllowDistributedWells,
|
||||
"Allow the perforations of a well to be distributed to interior of multiple processes");
|
||||
|
Loading…
Reference in New Issue
Block a user