Removed superfluous changes

This commit is contained in:
babrodtk 2015-09-02 14:16:56 +02:00
parent 91a6f4fc4a
commit 7ea047b9c7
2 changed files with 0 additions and 16 deletions

View File

@ -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.

View File

@ -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
{