mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 02:30:18 -06:00
Suppress warnings of various kinds.
This commit is contained in:
parent
102881bff8
commit
971e01fdd7
@ -898,7 +898,7 @@ namespace Opm
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Update for max oil saturation.
|
/// Update for max oil saturation.
|
||||||
void BlackoilPropsAd::updateSatOilMax(const std::vector<double>& saturation)
|
void BlackoilPropsAd::updateSatOilMax(const std::vector<double>& /*saturation*/)
|
||||||
{
|
{
|
||||||
OPM_THROW(std::logic_error, "BlackoilPropsAd class does not support this functionality.");
|
OPM_THROW(std::logic_error, "BlackoilPropsAd class does not support this functionality.");
|
||||||
}
|
}
|
||||||
|
@ -410,8 +410,8 @@ namespace Opm
|
|||||||
std::unique_ptr<SaturationPropsInterface> satprops_;
|
std::unique_ptr<SaturationPropsInterface> satprops_;
|
||||||
|
|
||||||
PhaseUsage phase_usage_;
|
PhaseUsage phase_usage_;
|
||||||
bool has_vapoil_;
|
// bool has_vapoil_;
|
||||||
bool has_disgas_;
|
// bool has_disgas_;
|
||||||
|
|
||||||
// The PVT region which is to be used for each cell
|
// The PVT region which is to be used for each cell
|
||||||
std::vector<int> cellPvtRegionIdx_;
|
std::vector<int> cellPvtRegionIdx_;
|
||||||
|
@ -32,14 +32,14 @@
|
|||||||
|
|
||||||
#include <Eigen/Eigen>
|
#include <Eigen/Eigen>
|
||||||
|
|
||||||
#include "reenable_warning_pragmas.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_DUNE_CORNERPOINT
|
#ifdef HAVE_DUNE_CORNERPOINT
|
||||||
#include <dune/common/version.hh>
|
#include <dune/common/version.hh>
|
||||||
#include <dune/grid/CpGrid.hpp>
|
#include <dune/grid/CpGrid.hpp>
|
||||||
#include <dune/grid/common/mcmgmapper.hh>
|
#include <dune/grid/common/mcmgmapper.hh>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "reenable_warning_pragmas.h"
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
|
Loading…
Reference in New Issue
Block a user