diff +scheme/Euler1d.m @ 944:a35ed1d124d3 feature/utux2D

Change from opts to type in a few schemes
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 05 Dec 2018 10:52:37 +0100
parents b9c98661ff5d
children 2b1b944deae1
line wrap: on
line diff
--- a/+scheme/Euler1d.m	Tue Dec 04 15:24:36 2018 -0800
+++ b/+scheme/Euler1d.m	Wed Dec 05 10:52:37 2018 +0100
@@ -446,7 +446,7 @@
             closure = @closure_fun;
         end
 
-        function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,opts)
+        function [closure, penalty] = interface(obj, boundary, neighbour_scheme, neighbour_boundary, type)
             error('NOT DONE')
             % u denotes the solution in the own domain
             % v denotes the solution in the neighbour domain