comparison +scheme/Hypsyst3dCurve.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 0652b34f9f27
comparison
equal deleted inserted replaced
945:af397cc35239 946:706d1c2b4199
262 otherwise 262 otherwise
263 error('No such boundary condition') 263 error('No such boundary condition')
264 end 264 end
265 end 265 end
266 266
267 function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,opts) 267 function [closure, penalty] = interface(obj, boundary, neighbour_scheme, neighbour_boundary, type)
268 error('An interface function does not exist yet'); 268 error('Not implemented');
269 end 269 end
270 270
271 function N = size(obj) 271 function N = size(obj)
272 N = obj.m; 272 N = obj.m;
273 end 273 end