view +grid/equidistantCurvilinearTest.m @ 274:ac8e00883986 feature/beams

Fixed a comment.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 06 Sep 2016 15:54:45 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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