mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1171 Removed depth unit field for pseudolength
This commit is contained in:
@@ -400,7 +400,7 @@ void RimWellLogPlot::defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering&
|
||||
{
|
||||
uiOrdering.add(&m_userName);
|
||||
uiOrdering.add(&m_depthType);
|
||||
if ( m_depthType() != CONNECTION_NUMBER )
|
||||
if ( m_depthType() != CONNECTION_NUMBER && m_depthType() != PSEUDO_LENGTH)
|
||||
{
|
||||
uiOrdering.add(&m_depthUnit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user