view +grid/equidistantCurvilinearTest.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 62b5f3c34bcb
children c5ca9bbfed41
line wrap: on
line source

function tests = equdistantCurvilinearTest()
    tests = functiontests(localfunctions);
end

function testNoTests(testCase)
    testCase.assumeFail();
end