mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1171 Force the depth type to be valid for WellAlloc plots
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user