view +grid/equidistantCurvilinearTest.m @ 322:def409c10800 feature/beams

Clean up of d4_variable_6_3.m
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 26 Sep 2016 09:12:08 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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