view +grid/equidistantCurvilinearTest.m @ 250:9628617bdf14 feature/beams

Merged in default.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 05 Sep 2016 16:51:22 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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