Mercurial > repos > public > sbplib
view checkAllCode.m @ 653:2351a7690e8a feature/d1_staggered
Clean up and improve comments in StaggeredVariable
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 04 Dec 2017 11:18:13 -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