mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2632 Export Completions : Add exportCompletionsForVisibleSimWells
This commit is contained in:
@@ -504,6 +504,12 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
||||
menuBuilder << "RicPlotProductionRateFeature";
|
||||
menuBuilder << "RicShowWellAllocationPlotFeature";
|
||||
menuBuilder.subMenuEnd();
|
||||
|
||||
menuBuilder << "RicExportCompletionsForVisibleSimWellsFeature";
|
||||
}
|
||||
else if (dynamic_cast<RimSimWellInViewCollection*>(uiItem))
|
||||
{
|
||||
menuBuilder << "RicExportCompletionsForVisibleSimWellsFeature";
|
||||
}
|
||||
else if(dynamic_cast<RimFormationNames*>(uiItem))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user