mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Do minor cleanup in SimWellFractureAtPos Feature
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user