mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-15 11:43:25 -06:00
Removed superfluous changes
This commit is contained in:
parent
91a6f4fc4a
commit
7ea047b9c7
@ -40,18 +40,6 @@
|
||||
#include <opm/parser/eclipse/Deck/Deck.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
|
||||
|
||||
|
||||
namespace {
|
||||
inline
|
||||
void silenceCompilerWarnings() {
|
||||
static_cast<void>(Opm::unit::stb);
|
||||
static_cast<void>(Opm::unit::liter);
|
||||
static_cast<void>(Opm::unit::barsa);
|
||||
static_cast<void>(Opm::unit::psia);
|
||||
static_cast<void>(Opm::unit::darcy);
|
||||
}
|
||||
}
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
// Making these typedef to make the code more readable.
|
||||
|
@ -21,13 +21,9 @@
|
||||
#define OPM_EXTRACTPARALLELGRIDINFORMATIONTOISTL_HEADER_INCLUDED
|
||||
#ifdef HAVE_DUNE_CORNERPOINT
|
||||
|
||||
#include <opm/core/utility/platform_dependent/disable_warnings.h>
|
||||
|
||||
#include<dune/grid/CpGrid.hpp>
|
||||
#include<boost/any.hpp>
|
||||
|
||||
#include <opm/core/utility/platform_dependent/reenable_warnings.h>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user