Do minor cleanup in SimWellFractureAtPos Feature

This commit is contained in:
Jacob Støren
2017-06-20 10:17:23 +02:00
parent a91a4d2285
commit 551a3015ed
2 changed files with 7 additions and 11 deletions

View File

@@ -306,7 +306,8 @@ void RimSimWellFracture::setBranchGeometry()
std::vector< std::vector <cvf::Vec3d> > pipeBranchesCLCoords;
std::vector< std::vector <RigWellResultPoint> > pipeBranchesCellIds;
rimWell->calculateWellPipeStaticCenterLine(pipeBranchesCLCoords, pipeBranchesCellIds);
rimWell->calculateWellPipeStaticCenterLine(pipeBranchesCLCoords,
pipeBranchesCellIds);
for (const auto& branch : pipeBranchesCLCoords)
{