mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9413 Perforation: avoid overwriting diameter set when appending perforation
Fixes #9413.
This commit is contained in:
committed by
Magne Sjaastad
parent
e8f5806e55
commit
e7ec977c13
@@ -835,6 +835,7 @@ void RimStimPlanModel::updatePerforationInterval()
|
||||
if ( !m_perforationInterval )
|
||||
{
|
||||
m_perforationInterval = new RimPerforationInterval;
|
||||
m_perforationInterval->setUnitSystemSpecificDefaults();
|
||||
m_thicknessDirectionWellPath->perforationIntervalCollection()->appendPerforation( m_perforationInterval );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user