mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed class RimStatisticsCase to RimEclipseStatisticsCase
This commit is contained in:
@@ -178,9 +178,9 @@ void RimCommandFactory::createCommandObjects(const caf::PdmObjectGroup& selected
|
||||
commandObjects->push_back(command);
|
||||
}
|
||||
}
|
||||
else if (dynamic_cast<RimStatisticsCase*>(pdmObject))
|
||||
else if (dynamic_cast<RimEclipseStatisticsCase*>(pdmObject))
|
||||
{
|
||||
RimStatisticsCase* statisticsCase = dynamic_cast<RimStatisticsCase*>(pdmObject);
|
||||
RimEclipseStatisticsCase* statisticsCase = dynamic_cast<RimEclipseStatisticsCase*>(pdmObject);
|
||||
|
||||
RimCommandIssueFieldChanged* command = new RimCommandIssueFieldChanged;
|
||||
command->objectName = statisticsCase->uiName();
|
||||
|
||||
Reference in New Issue
Block a user