Permalink
Browse files

Merge pull request #7 from scottclowe/enh_exclude-files

BF: _find_files.m Add missing argument
  • Loading branch information...
2 parents bab7bf5 + c752f91 commit fbbd34d99d51904c2757024df480872d3527d8ef @nno nno 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 fbbd34d

Please sign in to comment.