Skip to content

Commit afdf71f

Browse files
authored
Update dxf_planefit.m
fixed a bug related to the name of the fit3dplane function at line 155 (from fit3dplane_2 to fit3dplane)
1 parent aa561fe commit afdf71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ROKA_algorithm/dxf_planefit.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
end
153153
if (numel(temp_PC)/3)>2
154154
if plane(1,1) == 0 && plane(1,2) == 0 && plane(1,3) == 0
155-
plane(1,:)=fit3dplane_2(temp_PC);
155+
plane(1,:)=fit3dplane(temp_PC);
156156
else
157157
plane(1+numel(plane)/13,:)=fit3dplane(temp_PC);
158158
end

0 commit comments

Comments
 (0)