view +grid/equidistantCurvilinearTest.m @ 171:0e56192f6459 feature/grids

Made evalOn a bit clearer.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 25 Feb 2016 11:17:48 +0100
parents 62b5f3c34bcb
children c5ca9bbfed41
line wrap: on
line source

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

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