mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user