mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-10 08:03:05 -06:00
Temp LGR. Disable IO for temporary LGRs collection
This commit is contained in:
parent
bb674e7504
commit
c5ccd30a14
@ -250,6 +250,7 @@ RimGridCollection::RimGridCollection()
|
||||
m_persistentLgrs->setUiName(PERSISTENT_LGR_UI_NAME);
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_temporaryLgrs, "TemporaryLgrs", "Temporary LGRs", "", "", "");
|
||||
m_temporaryLgrs.xmlCapability()->disableIO();
|
||||
m_temporaryLgrs = new RimGridInfoCollection();
|
||||
m_temporaryLgrs->setUiName(TEMPORARY_LGR_UI_NAME);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user