mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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