view +grid/equidistantCurvilinearTest.m @ 1255:5e2a61340d4e feature/FMMlabb

Fix boundary groups
author Ylva Rydin <ylva.rydin@telia.com>
date Wed, 22 Jan 2020 16:10:46 +0100
parents c5ca9bbfed41
children
line wrap: on
line source

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

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