view +grid/equidistantCurvilinearTest.m @ 1218:50102334c85b feature/d2_compatible

Merge with default
author Martin Almquist <malmquist@stanford.edu>
date Wed, 13 Nov 2019 15:35:27 -0800
parents c5ca9bbfed41
children
line wrap: on
line source

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

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