Mercurial > repos > public > sbplib
view checkAllCode.m @ 722:89e14a85a2d0 feature/grids
Add missing assignment of obj.grid in multiblock.DiffOp
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 19 Mar 2018 17:12:08 +0100 |
parents | cd571e8ec1fd |
children |
line wrap: on
line source
% Run matlabs checkcode on all files in current folder including subfolders function checkAllCode(d) default_arg('d','') files = findMfiles(d); checkcode(files) end