view +grid/equidistantCurvilinearTest.m @ 272:9fe423849525 feature/beams

Added evalfunction to Ti.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 06 Sep 2016 13:22:28 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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