mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -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);
|
m_persistentLgrs->setUiName(PERSISTENT_LGR_UI_NAME);
|
||||||
|
|
||||||
CAF_PDM_InitFieldNoDefault(&m_temporaryLgrs, "TemporaryLgrs", "Temporary LGRs", "", "", "");
|
CAF_PDM_InitFieldNoDefault(&m_temporaryLgrs, "TemporaryLgrs", "Temporary LGRs", "", "", "");
|
||||||
|
m_temporaryLgrs.xmlCapability()->disableIO();
|
||||||
m_temporaryLgrs = new RimGridInfoCollection();
|
m_temporaryLgrs = new RimGridInfoCollection();
|
||||||
m_temporaryLgrs->setUiName(TEMPORARY_LGR_UI_NAME);
|
m_temporaryLgrs->setUiName(TEMPORARY_LGR_UI_NAME);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user