view +grid/equidistantCurvilinearTest.m @ 334:46462a6f8a5f feature/beams

Merge with default.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 18 Oct 2016 17:26:02 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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