comparison +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
comparison
equal deleted inserted replaced
945:af397cc35239 946:706d1c2b4199
126 otherwise 126 otherwise
127 error('No such boundary condition') 127 error('No such boundary condition')
128 end 128 end
129 end 129 end
130 130
131 function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,opts) 131 function [closure, penalty] = interface(obj, boundary, neighbour_scheme, neighbour_boundary, type)
132 error('An interface function does not exist yet'); 132 error('Not implemented');
133 end 133 end
134 134
135 function N = size(obj) 135 function N = size(obj)
136 N = obj.m; 136 N = obj.m;
137 end 137 end