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";
|
||||
#else
|
||||
Opm::Parameters::printUsage<PreTypeTag>(PreProblem::helpPreamble(
|
||||
argc, const_cast<const char**>(argv)), e.what());
|
||||
argc_, const_cast<const char**>(argv_)), e.what());
|
||||
#endif
|
||||
#if HAVE_MPI
|
||||
MPI_Finalize();
|
||||
|
Loading…
Reference in New Issue
Block a user