#2966 Add command to create a well bore stability plot

This commit is contained in:
Gaute Lindkvist
2018-06-29 11:48:10 +02:00
parent fc821ea524
commit ed232b9cbd
5 changed files with 299 additions and 1 deletions

View File

@@ -378,6 +378,7 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
menuBuilder.addSeparator();
menuBuilder << "RicShowWellAllocationPlotFeature";
menuBuilder << "RicNewWellBoreStabilityPlotFeature";
menuBuilder.subMenuEnd();