diff +grid/equidistantCurvilinearTest.m @ 170:62b5f3c34bcb feature/grids

Implemented Curvilinear and equdistantCurvilinear.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 25 Feb 2016 11:10:25 +0100
parents
children c5ca9bbfed41
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/+grid/equidistantCurvilinearTest.m	Thu Feb 25 11:10:25 2016 +0100
@@ -0,0 +1,7 @@
+function tests = equdistantCurvilinearTest()
+    tests = functiontests(localfunctions);
+end
+
+function testNoTests(testCase)
+    testCase.assumeFail();
+end
\ No newline at end of file