diff +scheme/Hypsyst2dCurve.m @ 946:706d1c2b4199 feature/utux2D

Raname opts to type in a bunch of interface methods
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 05 Dec 2018 15:57:41 +0100
parents b9c98661ff5d
children 78db023a7fe3
line wrap: on
line diff
--- a/+scheme/Hypsyst2dCurve.m	Wed Dec 05 10:55:50 2018 +0100
+++ b/+scheme/Hypsyst2dCurve.m	Wed Dec 05 15:57:41 2018 +0100
@@ -128,8 +128,8 @@
             end
         end
 
-        function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,opts)
-            error('An interface function does not exist yet');
+        function [closure, penalty] = interface(obj, boundary, neighbour_scheme, neighbour_boundary, type)
+            error('Not implemented');
         end
 
         function N = size(obj)