#1542 Small fixes based on comments in review.

This commit is contained in:
astridkbjorke 2017-06-06 11:53:48 +02:00
parent e7e57e66c6
commit 689e62a22e

View File

@ -172,8 +172,8 @@ std::vector<RigCompletionData> RicExportFractureCompletionsImpl::generateFractur
////
//If fracture has orientation along well, assume only linear inflow
if (fracture->attachedFractureDefinition()->orientation() == RimFractureTemplate::ALONG_WELL_PATH)
//If fracture has orientation along well, linear inflow along well and radial flow at endpoints
else if (fracture->attachedFractureDefinition()->orientation() == RimFractureTemplate::ALONG_WELL_PATH)
{
RigWellPathStimplanIntersector wellFractureIntersector(wellPath->wellPathGeometry(), fracture);
const std::map<size_t, RigWellPathStimplanIntersector::WellCellIntersection >& fractureWellCells = wellFractureIntersector.intersections();