Mercurial > repos > public > sbplib
view checkAllCode.m @ 1001:514a98f9f90d feature/getBoundaryOp
Add getBoundaryOperator and getBoundaryQuadrature as abstract methods in scheme.Scheme
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 16 Jan 2019 16:35:01 +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