Hide cross section command from context menu of simulation well

This commit is contained in:
Magne Sjaastad 2015-11-21 15:36:01 +01:00
parent b77d91b5e1
commit 0b097ec2eb

View File

@ -239,6 +239,8 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
}
}
// TODO: Include when cross section from simulation wells are ready
/*
const RivEclipseWellSourceInfo* eclipseWellSourceInfo = dynamic_cast<const RivEclipseWellSourceInfo*>(firstHitPart->sourceInfo());
if (eclipseWellSourceInfo)
{
@ -250,6 +252,7 @@ void RiuViewerCommands::displayContextMenu(QMouseEvent* event)
commandIds << "RicNewSimWellCrossSectionFeature";
}
}
*/
}
// View Link commands