Mercurial > repos > public > sbplib
view checkAllCode.m @ 859:4c7532db42cd feature/poroelastic
Add method getTimeStepQuadrature to RungeKuttaDiscreteData
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 03 Oct 2018 10:43:24 -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