Mercurial > repos > public > sbplib
view +multiblock/GridTest.m @ 187:770da87a6dc4 feature/grids
sparse2cell: Added missing semicolons.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 04 Mar 2016 17:18:20 +0100 |
parents | 1fc2eeb4f4e6 |
children | 6054dcd3c8a9 |
line wrap: on
line source
function tests = GridTest() tests = functiontests(localfunctions); end function testCreation(testCase) g = multiblock.Grid({},{}); end