view +grid/equidistantCurvilinearTest.m @ 442:e81325da6f8f feature/grids

Merge default into feature/grids
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 13 Mar 2017 14:44:31 +0100
parents c5ca9bbfed41
children
line wrap: on
line source

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

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