mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed minor typo.
This commit is contained in:
parent
954d32c3ab
commit
1932e42cbb
@ -331,7 +331,7 @@ namespace Opm
|
|||||||
std::cerr << "Exception received: " << e.what() << ". Try '--help' for a usage description.\n";
|
std::cerr << "Exception received: " << e.what() << ". Try '--help' for a usage description.\n";
|
||||||
#else
|
#else
|
||||||
Opm::Parameters::printUsage<PreTypeTag>(PreProblem::helpPreamble(
|
Opm::Parameters::printUsage<PreTypeTag>(PreProblem::helpPreamble(
|
||||||
argc, const_cast<const char**>(argv)), e.what());
|
argc_, const_cast<const char**>(argv_)), e.what());
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_MPI
|
#if HAVE_MPI
|
||||||
MPI_Finalize();
|
MPI_Finalize();
|
||||||
|
Loading…
Reference in New Issue
Block a user