view +grid/equidistantCurvilinearTest.m @ 383:151b08366d63 feature/beams

Fix bug in CdiffImplicit.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 02 Jan 2017 09:22:22 +0100
parents c5ca9bbfed41
children
line wrap: on
line source

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

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