#2780 Ensemble Curve Set : Use ensamble name as case name

This commit is contained in:
Magne Sjaastad
2018-04-27 13:36:23 +02:00
parent 67eedc0f46
commit c0777e4950
3 changed files with 30 additions and 3 deletions

View File

@@ -293,6 +293,14 @@ void RimEnsembleCurveSet::onLegendDefinitionChanged()
updateCurveColors();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimSummaryCaseCollection* RimEnsembleCurveSet::summaryCaseCollection() const
{
return m_yValuesSummaryGroup();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------