view checkAllCode.m @ 693:a5d4e3ced9a5 feature/quantumTriangles

changed my mond about the jacobian
author Ylva Rydin <ylva.rydin@telia.com>
date Fri, 15 Sep 2017 09:24:21 +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