view +grid/equidistantCurvilinearTest.m @ 506:2047ff9640b3 feature/quantumTriangles

tried to make a symmetric scheme
author Ylva Rydin <ylva.rydin@telia.com>
date Mon, 29 May 2017 13:54:16 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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