view +grid/equidistantCurvilinearTest.m @ 204:4ce0af75d2f4 feature/grids

Added a test.
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 15 Jun 2016 15:54:53 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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