#5326 Phase Distribution : Add Show cumulative phase plot

This commit is contained in:
Magne Sjaastad
2020-01-12 16:51:32 +01:00
parent fc16c1d88e
commit f4725b50df
8 changed files with 134 additions and 5 deletions

View File

@@ -185,6 +185,7 @@ void RiuWellAllocationPlot::contextMenuEvent( QContextMenuEvent* event )
caf::CmdFeatureMenuBuilder menuBuilder;
menuBuilder << "RicShowContributingWellsFromPlotFeature";
menuBuilder << "RicShowCumulativePhasePlotFeature";
menuBuilder.appendToMenu( &menu );