hide --zoltan-params from --help

as this is an expert option, it should only
be displayed with --help-all
This commit is contained in:
Arne Morten Kvarving 2022-09-16 20:39:32 +02:00
parent cbba899fd7
commit 5bf41a6a28

View File

@ -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");