mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3616 Make 1m the default length of packers
This commit is contained in:
@@ -229,14 +229,14 @@ void RimWellPathAttribute::fieldChangedByUi(const caf::PdmFieldHandle* changedFi
|
|||||||
}
|
}
|
||||||
else if (m_type() == RiaDefines::PACKER)
|
else if (m_type() == RiaDefines::PACKER)
|
||||||
{
|
{
|
||||||
m_endMD = m_startMD + 2;
|
m_endMD = m_startMD + 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (changedField == &m_startMD)
|
if (changedField == &m_startMD)
|
||||||
{
|
{
|
||||||
if (m_type() == RiaDefines::PACKER)
|
if (m_type() == RiaDefines::PACKER)
|
||||||
{
|
{
|
||||||
m_endMD = m_startMD + 2;
|
m_endMD = m_startMD + 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user