comparison +grid/equidistantCurvilinearTest.m @ 820:501750fbbfdb

Merge with feature/grids
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 07 Sep 2018 14:40:58 +0200
parents c5ca9bbfed41
children
comparison
equal deleted inserted replaced
819:fdf0ef9150f4 820:501750fbbfdb
1 function tests = equdistantCurvilinearTest()
2 tests = functiontests(localfunctions);
3 end
4
5 function testNoTests(testCase)
6 testCase.verifyFail();
7 end