Mercurial > repos > public > sbplib
view checkAllCode.m @ 662:b189bc409cdb feature/poroelastic
Add helper function for kronecker delta.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Thu, 14 Dec 2017 13:53:38 -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