mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6595 Fracture Model: Allow azimuth orientation for fracture.
This commit is contained in:
committed by
rubenthoms
parent
2d268b9e54
commit
f9ff4c73df
@@ -58,7 +58,10 @@ bool RifFractureModelPerfsFrkExporter::writeToFile( RimFractureModelPlot* plot,
|
||||
QTextStream stream( &data );
|
||||
appendHeaderToStream( stream );
|
||||
|
||||
bool isTransverse = fractureModel->fractureOrientation() == RimFractureModel::FractureOrientation::TRANSVERSE_WELL_PATH;
|
||||
bool isTransverse =
|
||||
( fractureModel->fractureOrientation() == RimFractureModel::FractureOrientation::TRANSVERSE_WELL_PATH ||
|
||||
fractureModel->fractureOrientation() == RimFractureModel::FractureOrientation::AZIMUTH );
|
||||
|
||||
appendFractureOrientationToStream( stream, isTransverse );
|
||||
|
||||
// Unit: meter
|
||||
|
||||
Reference in New Issue
Block a user