view +grid/equidistantCurvilinearTest.m @ 589:53d422efaabd feature/better_multiblock_defs

Remove abstract methods getGridSizes from multiblock.Definition
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 11 Sep 2017 13:57:04 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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