Change contourmap default name and menu entry

Look for formation names in multiple locations
Skip realizations with missing formation names, if used
This commit is contained in:
jonjenssen
2025-03-24 07:53:27 +01:00
committed by jonjenssen
parent c5ef75e368
commit 41af091511
8 changed files with 72 additions and 34 deletions
@@ -224,7 +224,7 @@ void RimEclipseCaseEnsemble::addWellTargetsGenerator( RimWellTargetCandidatesGen
void RimEclipseCaseEnsemble::addStatisticsContourMap( RimStatisticsContourMap* statisticsContourMap )
{
m_statisticsContourMaps.push_back( statisticsContourMap );
statisticsContourMap->setName( QString( "Statistics Contour Map #%1" ).arg( m_statisticsContourMaps.size() ) );
statisticsContourMap->setName( QString( "Ensemble Contour Map #%1" ).arg( m_statisticsContourMaps.size() ) );
}
//--------------------------------------------------------------------------------------------------