comparison +scheme/Hypsyst3d.m @ 910:b9c98661ff5d feature/utux2D

Change the name of the last interface method argument from type to opts in all schemes.
author Martin Almquist <malmquist@stanford.edu>
date Fri, 23 Nov 2018 20:39:40 -0800
parents 459eeb99130f
children 706d1c2b4199
comparison
equal deleted inserted replaced
909:ab1759166a8c 910:b9c98661ff5d
166 otherwise 166 otherwise
167 error('No such boundary condition') 167 error('No such boundary condition')
168 end 168 end
169 end 169 end
170 170
171 function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,type) 171 function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,opts)
172 error('An interface function does not exist yet'); 172 error('An interface function does not exist yet');
173 end 173 end
174 174
175 function N = size(obj) 175 function N = size(obj)
176 N = obj.m; 176 N = obj.m;