#1787 Making test feature to be able to run the calculator

This commit is contained in:
astridkbjorke
2017-08-30 08:54:59 +02:00
parent 55ca85625f
commit 3112c10ec1
4 changed files with 117 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicImportInputEclipseCaseFeature";
commandIds << "RicCreateGridCaseGroupFeature";
commandIds << "RicEclipseCaseNewGroupFeature";
commandIds << "RicCalculateNumberOfFloodedPoreVolumes";
}
else if (dynamic_cast<RimGeoMechView*>(uiItem))
{