view +grid/equidistantCurvilinearTest.m @ 279:d27297a9826c feature/beams

Merged with default.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 08 Sep 2016 08:47:16 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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