view checkAllCode.m @ 1058:84933722ec0e feature/poroelastic

Remove superfluous method get_boundary_number in Elastic2dVariable
author Martin Almquist <malmquist@stanford.edu>
date Fri, 25 Jan 2019 16:35:53 -0800
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