mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#11731 Remove creation of same groups twice in RimWellLogExtractionCurve
This commit is contained in:
@@ -1044,7 +1044,6 @@ void RimWellLogExtractionCurve::defineUiOrdering( QString uiConfigName, caf::Pdm
|
|||||||
{
|
{
|
||||||
curveDataGroup->add( &m_wellPath );
|
curveDataGroup->add( &m_wellPath );
|
||||||
curveDataGroup->add( &m_refWellPath );
|
curveDataGroup->add( &m_refWellPath );
|
||||||
RimWellLogCurve::defineUiOrdering( uiConfigName, uiOrdering );
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -1062,7 +1061,6 @@ void RimWellLogExtractionCurve::defineUiOrdering( QString uiConfigName, caf::Pdm
|
|||||||
curveDataGroup->add( &m_geomPartId );
|
curveDataGroup->add( &m_geomPartId );
|
||||||
curveDataGroup->add( &m_wellPath );
|
curveDataGroup->add( &m_wellPath );
|
||||||
curveDataGroup->add( &m_refWellPath );
|
curveDataGroup->add( &m_refWellPath );
|
||||||
RimWellLogCurve::defineUiOrdering( uiConfigName, uiOrdering );
|
|
||||||
|
|
||||||
m_geomResultDefinition->uiOrdering( uiConfigName, *curveDataGroup );
|
m_geomResultDefinition->uiOrdering( uiConfigName, *curveDataGroup );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user