mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
pre-proto - Setting azimuth correctly when changing fracture template
This commit is contained in:
parent
be49cb2766
commit
c8460e874f
@ -169,6 +169,7 @@ void RimFracture::fieldChangedByUi(const caf::PdmFieldHandle* changedField, cons
|
||||
//TODO: Find out if performationLength should be in RimFractureTemplate or in RimEllipseFracTemplate
|
||||
if (attachedFractureDefinition()) azimuth = m_fractureTemplate->azimuthAngle();
|
||||
else azimuth = 0.0;
|
||||
setAzimuth();
|
||||
}
|
||||
|
||||
if (changedField == &azimuth ||
|
||||
|
Loading…
Reference in New Issue
Block a user