view checkAllCode.m @ 973:f5a99cca4654 feature/poroelastic

Remove unused properties in Elastic2dVariable
author Martin Almquist <malmquist@stanford.edu>
date Tue, 25 Dec 2018 16:26:20 +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