view +grid/equidistantCurvilinearTest.m @ 545:dfb27a7e801f feature/grids

Add todo to Beam
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 21 Aug 2017 11:20:20 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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