mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : PdmPtrField - Remove PdmPointer interface and add operator()
This commit is contained in:
@@ -119,7 +119,7 @@ QList<caf::PdmOptionItemInfo> RimMultiSnapshotDefinition::calculateValueOptions(
|
||||
}
|
||||
else if (fieldNeedingOptions == &selectedEclipseResults)
|
||||
{
|
||||
RimEclipseView* rimEclipseView = dynamic_cast<RimEclipseView*>(view().p());
|
||||
RimEclipseView* rimEclipseView = dynamic_cast<RimEclipseView*>(view());
|
||||
if (rimEclipseView)
|
||||
{
|
||||
QStringList varList;
|
||||
|
||||
Reference in New Issue
Block a user