view +grid/equidistantCurvilinearTest.m @ 430:25053554524b feature/quantumTriangles

Removed some comments
author Ylva Rydin <ylva.rydin@telia.com>
date Wed, 08 Feb 2017 09:07:07 +0100
parents c5ca9bbfed41
children
line wrap: on
line source

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

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