view +grid/equidistantCurvilinearTest.m @ 391:1afd33f719df feature/beams

Allow formats for timeTask.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 12 Jan 2017 15:51:24 +0100
parents c5ca9bbfed41
children
line wrap: on
line source

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

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