This commit is contained in:
Magne Sjaastad
2017-01-13 09:51:37 +01:00
parent 0cbdcd587d
commit ccb88c6520
6 changed files with 12 additions and 12 deletions

View File

@@ -168,7 +168,7 @@ RimFlowPlotCollection* RimMainPlotCollection::flowPlotCollection()
void RimMainPlotCollection::deleteAllContainedObjects()
{
m_wellLogPlotCollection()->wellLogPlots.deleteAllChildObjects();
m_summaryPlotCollection()->m_summaryPlots.deleteAllChildObjects();
m_summaryPlotCollection()->summaryPlots.deleteAllChildObjects();
m_flowPlotCollection()->flowPlots.deleteAllChildObjects();
}