mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add Sumo summary ensemble and summary case
Add feature to create ensemble from a sumo data source
This commit is contained in:
@@ -104,7 +104,7 @@ bool RimSummaryCase::isObservedData() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RimSummaryCase::showRealizationDataSources() const
|
||||
bool RimSummaryCase::showVectorItemsInProjectTree() const
|
||||
{
|
||||
return m_showSubNodesInTree();
|
||||
}
|
||||
@@ -112,7 +112,7 @@ bool RimSummaryCase::showRealizationDataSources() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimSummaryCase::setShowRealizationDataSource( bool enable )
|
||||
void RimSummaryCase::setShowVectorItemsInProjectTree( bool enable )
|
||||
{
|
||||
m_showSubNodesInTree = enable;
|
||||
updateConnectedEditors();
|
||||
|
||||
Reference in New Issue
Block a user