mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3629 System : Use disableIO() instead of disableRead and disableWrite
This commit is contained in:
@@ -46,8 +46,7 @@ RimModeledWellPath::RimModeledWellPath()
|
||||
m_geometryDefinition = new RimWellPathGeometryDef;
|
||||
|
||||
m_name.uiCapability()->setUiReadOnly(false);
|
||||
m_name.xmlCapability()->setIOWritable(true);
|
||||
m_name.xmlCapability()->setIOReadable(true);
|
||||
m_name.xmlCapability()->disableIO();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user