#3827 Fishbone Laterals : Whole well is exported instead of lateral only

This commit is contained in:
Magne Sjaastad
2018-12-05 12:47:07 +01:00
parent 23148c621e
commit 069d434584
3 changed files with 44 additions and 19 deletions

View File

@@ -101,7 +101,7 @@ void RicExportFishbonesLateralsFeature::onActionTriggered(bool isChecked)
QString subIndexText = QString("%1").arg(sub.subIndex, 2, 10, QChar('0'));
QString lateralName = QString("%1_%2_Sub%3_Lat%4").arg(wellPath->name()).arg(fishboneName).arg(subIndexText).arg(lateralIndex);
EXP::writeWellPathGeometryToStream(*stream, wellPath, lateralName, mdStepSize);
EXP::writeWellPathGeometryToStream(*stream, &geometry, lateralName, mdStepSize, false, 0.0, false);
}
}
}