view checkAllCode.m @ 960:ac566f3dc9b3 feature/poroelastic

Add type to Elastic2dVariable.interface
author Martin Almquist <malmquist@stanford.edu>
date Mon, 17 Dec 2018 20:06:50 -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