Fault Reactivation: grid improvements (#11105)

Grid generator cleanup
This commit is contained in:
jonjenssen
2024-01-24 18:28:32 +01:00
committed by GitHub
parent 10a579fac5
commit cd0a56c924
10 changed files with 235 additions and 122 deletions

View File

@@ -826,7 +826,7 @@ bool RifFaultReactivationModelExporter::exportModelSettings( const RimFaultReact
QMap<QString, QVariant> settings;
auto [topPosition, bottomPosition] = model->faultTopBottom();
auto faultNormal = model->faultNormal();
auto faultNormal = model->modelNormal();
// make sure we move horizontally, and along the 2D model
faultNormal.z() = 0.0;