Mercurial > repos > public > sbplib
diff checkSbplib.m @ 140:579c348244a0
Added a settings file to checkSbplib()
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 23 Feb 2016 14:33:50 +0100 |
parents | 6cf264b023b0 |
children |
line wrap: on
line diff
--- a/checkSbplib.m Tue Feb 23 14:21:52 2016 +0100 +++ b/checkSbplib.m Tue Feb 23 14:33:50 2016 +0100 @@ -4,11 +4,11 @@ files = collectTargets([]); if nargout == 0 - checkcode(files); + checkcode(files, '-config=checksettings.txt'); return end - res = checkcode(files); + res = checkcode(files, '-config=checksettings.txt'); % Remove any empty respones I = [];