diff +scheme/Utux2d.m @ 1036:8a9393084b30 feature/burgers1d

Change argument order to the "correct" order, i.e providing diffOp specific parameters before the opSet.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 18 Jan 2019 08:58:26 +0100
parents ac80bedc8df7
children 433c89bf19e0
line wrap: on
line diff
--- a/+scheme/Utux2d.m	Thu Jan 17 11:06:13 2019 +0100
+++ b/+scheme/Utux2d.m	Fri Jan 18 08:58:26 2019 +0100
@@ -23,7 +23,7 @@
 
 
     methods
-         function obj = Utux2d(g ,order, opSet, a, fluxSplitting)
+         function obj = Utux2d(g ,order, a, fluxSplitting, opSet)
 
             default_arg('a',1/sqrt(2)*[1, 1]);
             default_arg('opSet',@sbp.D2Standard);