Make Well Allocation Plots work well again

This commit is contained in:
Gaute Lindkvist
2019-09-09 11:00:11 +02:00
parent 9fe021c6ca
commit 71c4642f13
8 changed files with 347 additions and 216 deletions

View File

@@ -138,6 +138,8 @@ RimWellPltPlot::RimWellPltPlot()
this->setAsPlotMdiWindow();
m_doInitAfterLoad = false;
m_isOnLoad = true;
setAvailableDepthTypes( {RimWellLogPlot::MEASURED_DEPTH} );
}
//--------------------------------------------------------------------------------------------------
@@ -247,14 +249,6 @@ void RimWellPltPlot::updateFormationsOnPlot() const
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
std::set<RimWellLogPlot::DepthTypeEnum> RimWellPltPlot::availableDepthTypes() const
{
return {RimWellLogPlot::MEASURED_DEPTH};
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------