mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1292 Fixed bug reported by CppCheck
This commit is contained in:
parent
bd688f7ce8
commit
3a1991d37d
@ -296,7 +296,7 @@ private:
|
|||||||
QString m_date;
|
QString m_date;
|
||||||
|
|
||||||
double m_rkbDiff;
|
double m_rkbDiff;
|
||||||
double m_exportTvdrkb;
|
bool m_exportTvdrkb;
|
||||||
|
|
||||||
RimDefines::DepthUnitType m_depthUnit;
|
RimDefines::DepthUnitType m_depthUnit;
|
||||||
std::vector<double> m_depthValues;
|
std::vector<double> m_depthValues;
|
||||||
|
Loading…
Reference in New Issue
Block a user