RFT plot. Added RFT plot command menu item

This commit is contained in:
Bjørn Erik Jensen
2017-10-17 11:02:44 +02:00
parent 01cadd5a1c
commit f83b2adbef

View File

@@ -369,6 +369,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicNewWellLogCurveExtractionFeature";
commandIds << "RicNewWellLogRftCurveFeature";
commandIds << "RicNewSimWellIntersectionFeature";
commandIds << "RicNewRftPlotFeature";
commandIds << "RicShowWellAllocationPlotFeature";
}
else if(dynamic_cast<RimFormationNames*>(uiItem))