mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5020 Flow Diag : Improve default initialization of plots
This commit is contained in:
@@ -299,3 +299,11 @@ void RimMainPlotCollection::deleteAllCachedData()
|
||||
m_rftPlotCollection()->deleteAllExtractors();
|
||||
m_pltPlotCollection()->deleteAllExtractors();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimMainPlotCollection::ensureDefaultFlowPlotsAreCreated()
|
||||
{
|
||||
m_flowPlotCollection()->ensureDefaultPlotsAreCreated();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user