mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add well target generator cases to RimProject::allCases.
This commit is contained in:
@@ -423,3 +423,11 @@ void RimWellTargetCandidatesGenerator::updateResultDefinition()
|
||||
RimEclipseCase* eclipseCase = firstCase();
|
||||
if ( eclipseCase ) m_resultDefinition->setEclipseCase( eclipseCase );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimEclipseCase* RimWellTargetCandidatesGenerator::ensembleStatisticsCase() const
|
||||
{
|
||||
return m_ensembleStatisticsCase;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user