view checkAllCode.m @ 527:763d50caddf3 feature/boundaryGroup

Move the description of boundary identifiers to the grid package and update documentation for grid.Grid.getBoundaryNames
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 03 Aug 2017 14:04:36 +0200
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