view +grid/equidistantCurvilinearTest.m @ 276:30321dc180e1 feature/beams

Fixed documentation for Curvilinear and evalOn.
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 07 Sep 2016 10:13:26 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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