mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
remove our own fork of Dune::MPIHelper
this is not needed anymore because the grid manager is no longer a singleton and the grid is thus is always destructed before MPI_Finalize() is called.
This commit is contained in:
parent
438acf34b7
commit
501db847cd
@ -25,7 +25,6 @@
|
||||
#ifndef EWOMS_FINGER_GRID_MANAGER_HH
|
||||
#define EWOMS_FINGER_GRID_MANAGER_HH
|
||||
|
||||
#include <ewoms/parallel/mpihelper.hh>
|
||||
#include <ewoms/io/basegridmanager.hh>
|
||||
#include <ewoms/common/propertysystem.hh>
|
||||
#include <ewoms/common/parametersystem.hh>
|
||||
|
@ -26,7 +26,6 @@
|
||||
#ifndef EWOMS_FRACTURE_PROBLEM_HH
|
||||
#define EWOMS_FRACTURE_PROBLEM_HH
|
||||
|
||||
#include <ewoms/parallel/mpihelper.hh>
|
||||
#include <ewoms/models/discretefracture/discretefracturemodel.hh>
|
||||
|
||||
#if HAVE_DUNE_ALUGRID
|
||||
|
@ -25,7 +25,6 @@
|
||||
#ifndef EWOMS_LENS_GRID_MANAGER_HH
|
||||
#define EWOMS_LENS_GRID_MANAGER_HH
|
||||
|
||||
#include <ewoms/parallel/mpihelper.hh>
|
||||
#include <ewoms/io/basegridmanager.hh>
|
||||
#include <ewoms/common/propertysystem.hh>
|
||||
#include <ewoms/common/parametersystem.hh>
|
||||
|
Loading…
Reference in New Issue
Block a user