Permalink
Browse files

BUG: _find_files.m Add missing argument

  • Loading branch information...
1 parent 074542d commit c752f9110adb2301f1f06ddbea058ffed830f46f @scottclowe scottclowe committed Feb 26, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 MOcov/mocov_find_files.m
View
@@ -66,7 +66,7 @@
notify(monitor, msg);
end
- res=find_files_recursively(root_dir,file_re,monitor);
+ res=find_files_recursively(root_dir,file_re,monitor,exclude_re);
function res=find_files_recursively(root_dir,file_re,monitor,exclude_re)
if isempty(root_dir)

0 comments on commit c752f91

Please sign in to comment.