#1171 Force the depth type to be valid for WellAlloc plots

This commit is contained in:
Jacob Støren
2017-02-28 11:38:27 +01:00
parent 577fc8204d
commit 6149a87347

View File

@@ -681,7 +681,10 @@ void RimWellLogPlot::updateDisabledDepthTypes()
{
m_disabledDepthTypes.insert(MEASURED_DEPTH);
m_disabledDepthTypes.insert(TRUE_VERTICAL_DEPTH);
// m_disabledDepthTypes.insert(PSEUDO_LENGTH);
if (m_disabledDepthTypes.count(m_depthType() ))
{
m_depthType = CONNECTION_NUMBER;
}
}
else
{