mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
flow: customize the brief description printed in the usage message
The text can certainly be improved uppon.
This commit is contained in:
parent
1ac74c62ee
commit
9203b614e8
@ -113,6 +113,10 @@ int main(int argc, char** argv)
|
||||
// simulator object. (Which parses the parameters again, but since this is done in an
|
||||
// identical manner it does not matter.)
|
||||
typedef TTAG(FlowEarlyBird) PreTypeTag;
|
||||
typedef GET_PROP_TYPE(PreTypeTag, Problem) PreProblem;
|
||||
|
||||
PreProblem::setBriefDescription("flow, the OPM reservoir simulator for ECL-decks.");
|
||||
|
||||
int status = Opm::FlowMainEbos<PreTypeTag>::setupParameters_(argc, argv);
|
||||
if (status != 0)
|
||||
// if setupParameters_ returns a value smaller than 0, there was no error, but
|
||||
|
Loading…
Reference in New Issue
Block a user