mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1118 Calculate and display flow rate
This commit is contained in:
@@ -51,3 +51,13 @@ RimFlowPlotCollection::~RimFlowPlotCollection()
|
||||
|
||||
flowPlots.deleteAllChildObjects();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimFlowPlotCollection::closeDefaultPlotWindowAndDeletePlots()
|
||||
{
|
||||
defaultPlot->removeFromMdiAreaAndDeleteViewWidget();
|
||||
|
||||
flowPlots.deleteAllChildObjects();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user