Mercurial > repos > public > sbplib
view checkAllCode.m @ 663:b45ec2b28cc2 feature/poroelastic
First implementation of elastic shear operator with free boundary BC.
| author | Martin Almquist <malmquist@stanford.edu> |
|---|---|
| date | Thu, 14 Dec 2017 13:54:20 -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
