Skip to content

Commit a7cd422

Browse files
authored
Fixes empty layers bug (#424)
1 parent 00ea022 commit a7cd422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targetFunctions/common/groupLayers/groupLayersMod.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
else
4242

43-
outputLayers = zeros(1, 4);
43+
outputLayers = zeros(0, 4);
4444

4545
end
4646

0 commit comments

Comments
 (0)