Temp LGR. Disable IO for temporary LGRs collection

This commit is contained in:
Bjørn Erik Jensen 2018-10-25 11:22:18 +02:00
parent bb674e7504
commit c5ccd30a14

View File

@ -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);
}