Skip to content

Commit b11004f

Browse files
committed
comment
1 parent 16dd5d1 commit b11004f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

distancexform.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@
105105
% check the goal point is sane
106106
assert(occgrid(goal(2), goal(1)) == 0, 'RTB:distancexform:badarg', 'goal inside obstacle')
107107

108-
if exist('imorph', 'file') && opt.fast
108+
if exist('imorph', 'file') == 3 && opt.fast
109+
% using MEX version of imorph
110+
109111
if opt.verbose
110112
fprintf('using MVTB:imorph\n');
111113
end

0 commit comments

Comments
 (0)