Add Sumo summary ensemble and summary case

Add feature to create ensemble from a sumo data source
This commit is contained in:
Magne Sjaastad
2024-07-05 09:06:16 +02:00
parent d751ce4ce0
commit 31d653bce7
28 changed files with 1517 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ void RimSummaryCaseCollection::addCase( RimSummaryCase* summaryCase )
{
summaryCase->nameChanged.connect( this, &RimSummaryCaseCollection::onCaseNameChanged );
summaryCase->setShowRealizationDataSource( m_cases.empty() );
summaryCase->setShowVectorItemsInProjectTree( m_cases.empty() );
m_cases.push_back( summaryCase );
m_cachedSortedEnsembleParameters.clear();