Merge pull request #933 from atgeirr/silence-warnings
Silence some warnings.
This commit is contained in:
commit
e8ab4341f1
@ -20,8 +20,13 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef OPM_CORE_GRIDHELPERS_HEADER_INCLUDED
|
#ifndef OPM_CORE_GRIDHELPERS_HEADER_INCLUDED
|
||||||
#define OPM_CORE_GRIDHELPERS_HEADER_INCLUDED
|
#define OPM_CORE_GRIDHELPERS_HEADER_INCLUDED
|
||||||
|
|
||||||
#include <opm/core/grid.h>
|
#include <opm/core/grid.h>
|
||||||
|
|
||||||
|
#include <opm/common/utility/platform_dependent/disable_warnings.h>
|
||||||
#include <boost/range/iterator_range.hpp>
|
#include <boost/range/iterator_range.hpp>
|
||||||
|
#include <opm/common/utility/platform_dependent/reenable_warnings.h>
|
||||||
|
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
@ -314,7 +314,7 @@ void computeMaxDp(std::map<std::pair<int, int>, double>& maxDp,
|
|||||||
|
|
||||||
|
|
||||||
template <class Grid>
|
template <class Grid>
|
||||||
std::vector<double> thresholdPressures(const DeckConstPtr& deck,
|
std::vector<double> thresholdPressures(const DeckConstPtr& /* deck */,
|
||||||
EclipseStateConstPtr eclipseState,
|
EclipseStateConstPtr eclipseState,
|
||||||
const Grid& grid,
|
const Grid& grid,
|
||||||
const std::map<std::pair<int, int>, double>& maxDp)
|
const std::map<std::pair<int, int>, double>& maxDp)
|
||||||
|
Loading…
Reference in New Issue
Block a user