mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Completion export: Export user-defined perforation length for azimuth.
This commit is contained in:
committed by
Magne Sjaastad
parent
f731153c22
commit
f92da6a98d
@@ -584,7 +584,9 @@ QString RicWellPathFractureTextReportFeatureImpl::createFractureInstancesText(
|
||||
formatter.add( fracture->tilt() );
|
||||
|
||||
if ( fracture->fractureTemplate() &&
|
||||
fracture->fractureTemplate()->orientationType() == RimFractureTemplate::ALONG_WELL_PATH )
|
||||
( fracture->fractureTemplate()->orientationType() == RimFractureTemplate::ALONG_WELL_PATH ||
|
||||
( fracture->fractureTemplate()->orientationType() == RimFractureTemplate::AZIMUTH &&
|
||||
fracture->fractureTemplate()->useUserDefinedPerforationLength() ) ) )
|
||||
{
|
||||
formatter.add( fracture->perforationLength() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user