mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Avoid warning by not storing MPIHelper instance reference.
This commit is contained in:
@@ -101,7 +101,10 @@ int
|
||||
main(int argc, char** argv)
|
||||
try
|
||||
{
|
||||
Dune::MPIHelper& helper= Dune::MPIHelper::instance(argc, argv);
|
||||
// Must ensure an instance of the helper is created to initialise MPI,
|
||||
// but we don't use the helper here.
|
||||
// Dune::MPIHelper& helper = Dune::MPIHelper::instance(argc, argv);
|
||||
Dune::MPIHelper::instance(argc, argv);
|
||||
using namespace Opm;
|
||||
|
||||
std::cout << "\n================ Test program for fully implicit three-phase black-oil flow ===============\n\n";
|
||||
|
||||
Reference in New Issue
Block a user