flow: minor parameter related fixes

- Change the brief description slightly
- Do not print anything anymore if there are no unused parameters
- Change the boiler plate text for printing the parameters to the
  PRT/DBG files

in part, this has been requested by [at]atgeirr.
This commit is contained in:
Andreas Lauser
2018-08-13 10:31:18 +02:00
parent f22f1668f3
commit f2b0630040
2 changed files with 9 additions and 6 deletions

View File

@@ -115,7 +115,7 @@ int main(int argc, char** argv)
typedef TTAG(FlowEarlyBird) PreTypeTag;
typedef GET_PROP_TYPE(PreTypeTag, Problem) PreProblem;
PreProblem::setBriefDescription("flow, the OPM reservoir simulator for ECL-decks.");
PreProblem::setBriefDescription("Flow, an advanced reservoir simulator for ECL-decks provided by the Open Porous Media project.");
int status = Opm::FlowMainEbos<PreTypeTag>::setupParameters_(argc, argv);
if (status != 0)