Mercurial > repos > public > sbplib
view checkAllCode.m @ 1206:6b203030fb37 feature/poroelastic
Fix performance (full matrices) issues in ElasticVariableAnisotropic
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 15 Sep 2019 14:39:42 -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