Mercurial > repos > public > sbplib
view checkAllCode.m @ 1148:0a5503a08a36 feature/rv
Implement the correct Dirichlet conditions for Burgers1d
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 24 Jan 2019 09:01:10 +0100 |
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