Skip to content

Commit e464d40

Browse files
authored
Merge pull request #18 from IMMC-UWaterloo/Hotfix_CorridorDivision
Important hotfix for corridor division
2 parents d8e0cc1 + d13ffa1 commit e464d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arcgen.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@
793793
% If the single found point is inside the envelope, the found intercept
794794
% is at the end. Therefore extend the start
795795
if inpolygon(charAvg(indexIntercept(2),1),...
796-
charAvg(indexIntercept(2),1), envelope(:,1),envelope(:,2))
796+
charAvg(indexIntercept(2),2), envelope(:,1),envelope(:,2))
797797

798798
iIntEnd = indexIntercept(1);
799799
lineStart = [...

0 commit comments

Comments
 (0)