Fixed warning, double=>int
This commit is contained in:
parent
104159af15
commit
12afe501fc
@ -59,7 +59,7 @@
|
|||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
const static double alq_invalid = -std::numeric_limits<double>::max();
|
const static double alq_invalid = -std::numeric_limits<double>::max();
|
||||||
const static double vfp_invalid = -std::numeric_limits<int>::max();
|
const static int vfp_invalid = -std::numeric_limits<int>::max();
|
||||||
|
|
||||||
void warnIfUnusedParams(const Opm::parameter::ParameterGroup& param)
|
void warnIfUnusedParams(const Opm::parameter::ParameterGroup& param)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user