Skip to content

Commit f9cef96

Browse files
committed
fixes
1 parent 2e93961 commit f9cef96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gui_classification/generate_classifiers.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
end
4141
end
4242
er = 0;
43-
delete(h)
43+
if WAITBAR
44+
delete(h)
45+
end
4446
end
4547

0 commit comments

Comments
 (0)