Mercurial > repos > public > sbplib
view checkAllCode.m @ 1125:0eef5c8ccb88 feature/poroelastic
Copy dataSpline() from feature/laplace_curvilinear_test
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sat, 11 May 2019 19:19:09 -0700 |
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