mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2509 Fracture : Disconnect fracture template when unit changes
This commit is contained in:
@@ -501,6 +501,8 @@ bool RimStimPlanFractureTemplate::showStimPlanMesh() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimStimPlanFractureTemplate::convertToUnitSystem(RiaEclipseUnitTools::UnitSystem neededUnit)
|
||||
{
|
||||
if (m_fractureTemplateUnit() == neededUnit) return;
|
||||
|
||||
setFractureTemplateUnit(neededUnit);
|
||||
RimFractureTemplate::convertToUnitSystem(neededUnit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user