mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added missing variable init
p4#: 22163
This commit is contained in:
parent
744bbe9c2c
commit
b18e3274be
@ -33,6 +33,9 @@ namespace cvf {
|
|||||||
//==================================================================================================
|
//==================================================================================================
|
||||||
|
|
||||||
ScalarMapperDiscreteLog::ScalarMapperDiscreteLog()
|
ScalarMapperDiscreteLog::ScalarMapperDiscreteLog()
|
||||||
|
: m_logRange(0.0),
|
||||||
|
m_logRangeMin(0.0),
|
||||||
|
m_hasNegativeRange(false)
|
||||||
{
|
{
|
||||||
m_decadeLevelCount = 2;
|
m_decadeLevelCount = 2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user