view +grid/equidistantCurvilinearTest.m @ 184:d90f540f4137 feature/grids

Added sparse2cell function.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 03 Mar 2016 14:00:27 +0100
parents 62b5f3c34bcb
children c5ca9bbfed41
line wrap: on
line source

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

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