Skip to content

Commit

Permalink
#11731 Remove creation of same groups twice in RimWellLogExtractionCurve
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Oct 2, 2024
1 parent da37687 commit f8ce59a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,6 @@ void RimWellLogExtractionCurve::defineUiOrdering( QString uiConfigName, caf::Pdm
{
curveDataGroup->add( &m_wellPath );
curveDataGroup->add( &m_refWellPath );
RimWellLogCurve::defineUiOrdering( uiConfigName, uiOrdering );
}
else
{
Expand All @@ -1062,7 +1061,6 @@ void RimWellLogExtractionCurve::defineUiOrdering( QString uiConfigName, caf::Pdm
curveDataGroup->add( &m_geomPartId );
curveDataGroup->add( &m_wellPath );
curveDataGroup->add( &m_refWellPath );
RimWellLogCurve::defineUiOrdering( uiConfigName, uiOrdering );

m_geomResultDefinition->uiOrdering( uiConfigName, *curveDataGroup );
}
Expand Down

0 comments on commit f8ce59a

Please sign in to comment.