Fixed minor typo.

This commit is contained in:
Håkon Hægland 2020-04-16 01:22:07 +02:00
parent 954d32c3ab
commit 1932e42cbb

View File

@ -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();