view +grid/equidistantCurvilinearTest.m @ 392:30ff8879162e feature/beams

Better input parsing for multiblock DiffOp.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 12 Jan 2017 17:17:58 +0100
parents c5ca9bbfed41
children
line wrap: on
line source

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

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