Remove unused variable

This commit is contained in:
Gaute Lindkvist 2020-01-14 14:22:05 +01:00
parent 5258f19004
commit e5d7af4c18

View File

@ -191,8 +191,7 @@ cvf::ref<RigWellLogCurveData> RigWellLogCurveData::calculateResampledCurveData(
std::vector<double> xValues;
std::vector<double> measuredDepths;
bool isTVDAvailable = false;
bool isTVDRKBAvailable = false;
bool isTVDAvailable = false;
std::vector<double> tvDepths;
auto mdIt = m_depths.find( RiaDefines::MEASURED_DEPTH );