Skip to content

Commit e748549

Browse files
author
Lawrence
committed
Fix Block reference in findShapes
1 parent ae76fcc commit e748549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+types/+untyped/+datastub/findShapes.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import types.untyped.datastub.shape.Point;
1010
validateattributes(indices, {'numeric'}, {'nonnegative', 'finite'});
1111
if isempty(indices)
12-
shapes = {Block('count', 0)};
12+
shapes = {Block('stop', 0)};
1313
return;
1414
end
1515
assert(isvector(indices),...

0 commit comments

Comments
 (0)