view +grid/equidistantCurvilinearTest.m @ 209:4fc2631477a3 feature/grids

Removed old versions of blockmatrix implementations.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 16 Jun 2016 09:06:57 +0200
parents c5ca9bbfed41
children
line wrap: on
line source

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

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