#5020 Flow Diag : Improve default initialization of plots

This commit is contained in:
Magne Sjaastad
2019-11-08 14:10:32 +01:00
parent 66b0184971
commit cb89823474
6 changed files with 51 additions and 11 deletions

View File

@@ -299,3 +299,11 @@ void RimMainPlotCollection::deleteAllCachedData()
m_rftPlotCollection()->deleteAllExtractors();
m_pltPlotCollection()->deleteAllExtractors();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimMainPlotCollection::ensureDefaultFlowPlotsAreCreated()
{
m_flowPlotCollection()->ensureDefaultPlotsAreCreated();
}