Rename to m_applyToAllCases

This commit is contained in:
Magne Sjaastad
2023-12-06 09:35:04 +01:00
parent f247df5079
commit 27f9ef4700
2 changed files with 7 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ private:
caf::PdmField<caf::AppEnum<DefaultValueType>> m_defaultValueType;
caf::PdmField<double> m_defaultValue;
caf::PdmPtrField<RimEclipseCase*> m_destinationCase;
caf::PdmField<bool> m_allCases;
caf::PdmField<bool> m_applyToAllCases;
caf::PdmField<int> m_defaultPropertyVariableIndex;
};