Correct or remove ssihub references.

This commit is contained in:
Kristian Bendiksen
2024-07-29 09:45:44 +02:00
parent 6fb74654a1
commit 4aadf6e801
3 changed files with 5 additions and 10 deletions

View File

@@ -736,18 +736,18 @@ void RimWellPath::defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& ui
simWellGroup->add( &m_branchIndex );
}
caf::PdmUiGroup* ssihubGroup = uiOrdering.addNewGroup( "Well Info" );
caf::PdmUiGroup* wellInfoGroup = uiOrdering.addNewGroup( "Well Info" );
if ( m_wellPathGeometry.notNull() && m_wellPathGeometry->rkbDiff() > 0.0 )
{
ssihubGroup->add( &m_airGap );
wellInfoGroup->add( &m_airGap );
}
if ( m_wellPathGeometry.notNull() && m_wellPathGeometry->hasDatumElevation() )
{
ssihubGroup->add( &m_datumElevation );
wellInfoGroup->add( &m_datumElevation );
}
ssihubGroup->add( &m_unitSystem );
wellInfoGroup->add( &m_unitSystem );
caf::PdmUiGroup* formationFileInfoGroup = uiOrdering.addNewGroup( "Well Picks" );
formationFileInfoGroup->add( &m_wellPathFormationFilePath );