Merge to fix #588

This commit is contained in:
Rebecca Cox
2018-02-13 10:50:01 +01:00
2 changed files with 13 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ private:
caf::PdmField<bool> m_isTimeLapseResultUiField;
caf::PdmField<int> m_timeLapseBaseTimestepUiField;
caf::PdmPointer<RimGeoMechCase> m_geomCase;
bool m_isChangedByField;
};