mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Thermal Fracture Import: fix crash when import fails.
This commit is contained in:
parent
ed03bd716e
commit
2a86b55ad2
@ -80,7 +80,7 @@ RimThermalFractureTemplate::~RimThermalFractureTemplate()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimThermalFractureTemplate::setDefaultsBasedOnFile()
|
||||
{
|
||||
if ( m_fractureDefinitionData ) return;
|
||||
if ( !m_fractureDefinitionData ) return;
|
||||
|
||||
computeDepthOfWellPathAtFracture();
|
||||
computePerforationLength();
|
||||
|
Loading…
Reference in New Issue
Block a user