view +grid/equidistantCurvilinearTest.m @ 700:de7f665e1d00 feature/optim

add hamiltonian closures
author Ylva Rydin <ylva.rydin@telia.com>
date Mon, 16 Oct 2017 16:51:22 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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