#1118 Calculate and display flow rate

This commit is contained in:
Magne Sjaastad
2017-01-24 14:25:31 +01:00
parent 1b517a8e5e
commit 5053112e3d
8 changed files with 282 additions and 21 deletions

View File

@@ -51,3 +51,13 @@ RimFlowPlotCollection::~RimFlowPlotCollection()
flowPlots.deleteAllChildObjects();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimFlowPlotCollection::closeDefaultPlotWindowAndDeletePlots()
{
defaultPlot->removeFromMdiAreaAndDeleteViewWidget();
flowPlots.deleteAllChildObjects();
}