view +grid/equidistantCurvilinearTest.m @ 388:288138d9586d feature/beams

Add function to multiply blockmatrices.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 09 Jan 2017 11:20:28 +0100
parents c5ca9bbfed41
children
line wrap: on
line source

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

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