comparison checkAllCode.m @ 691:527a7b954f26 feature/quantumTriangles

Merge with default
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 14 Sep 2017 16:00:36 +0200
parents cd571e8ec1fd
children
comparison
equal deleted inserted replaced
520:f235284e2eb1 691:527a7b954f26
1 % Run matlabs checkcode on all files in current folder including subfolders
2 function checkAllCode(d)
3 default_arg('d','')
4 files = findMfiles(d);
5 checkcode(files)
6 end