view +grid/equidistantCurvilinearTest.m @ 234:eaf557023fbe feature/beams

Added verbose flag to semiDefIneq and minors.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 14 Jul 2016 10:40:57 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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