view +grid/equidistantCurvilinearTest.m @ 956:d6ede7f5cbf9

Add todo in CdiffImplicit
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 11 Dec 2018 11:21:25 +0100
parents c5ca9bbfed41
children
line wrap: on
line source

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

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