Add project tree context command on Simulaton Wells to create well log extraction curve

This commit is contained in:
Jacob Støren
2017-05-02 07:43:42 +02:00
parent f4aa49b31e
commit 59d239cfab

View File

@@ -333,6 +333,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
}
else if (dynamic_cast<RimEclipseWell*>(uiItem))
{
commandIds << "RicNewWellLogCurveExtractionFeature";
commandIds << "RicNewSimWellIntersectionFeature";
commandIds << "RicShowWellAllocationPlotFeature";
}