Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
spelling
  • Loading branch information
vcloarec authored and nyalldawson committed Oct 8, 2020
1 parent 2f42226 commit 19c26fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/interpolation/qgsdualedgetriangulation.cpp
Expand Up @@ -1423,7 +1423,7 @@ int QgsDualEdgeTriangulation::insertForcedSegment( int p1, int p2, QgsInterpolat

if ( mHalfEdge[oppositeEdge]->getPoint() == -1 || mHalfEdge[mHalfEdge[oppositeEdge]->getDual()]->getPoint() == -1 ) //intersection with line to the virtual point makes no sense
{
actEdge = mHalfEdge[mHalfEdge[oppositeEdge]->getNext()]->getDual(); //continue with the next edge arround p1
actEdge = mHalfEdge[mHalfEdge[oppositeEdge]->getNext()]->getDual(); //continue with the next edge around p1
continue;
}

Expand Down Expand Up @@ -1519,7 +1519,7 @@ int QgsDualEdgeTriangulation::insertForcedSegment( int p1, int p2, QgsInterpolat
crossedEdges.append( oppositeEdge );
break;
}
actEdge = mHalfEdge[mHalfEdge[oppositeEdge]->getNext()]->getDual(); //continue with the next edge arround p1
actEdge = mHalfEdge[mHalfEdge[oppositeEdge]->getNext()]->getDual(); //continue with the next edge around p1
}
while ( actEdge != firstActEdge );

Expand Down

0 comments on commit 19c26fd

Please sign in to comment.