#1108 Created settings object for "Well Allocation Factors" pie chart

This commit is contained in:
Magne Sjaastad
2017-01-23 08:51:50 +01:00
parent 2511a59f8a
commit 055315085e
7 changed files with 389 additions and 16 deletions

View File

@@ -47,5 +47,7 @@ RimFlowPlotCollection::RimFlowPlotCollection()
//--------------------------------------------------------------------------------------------------
RimFlowPlotCollection::~RimFlowPlotCollection()
{
delete defaultPlot();
flowPlots.deleteAllChildObjects();
}