From 887727f5a52d2392cc8934a145d7e9557f439da2 Mon Sep 17 00:00:00 2001
From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
Date: Thu, 2 Nov 2017 14:15:52 +0100
Subject: [PATCH] [staggered][assembly] Fix order of arguments

---
 dumux/assembly/staggeredlocalassembler.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/assembly/staggeredlocalassembler.hh b/dumux/assembly/staggeredlocalassembler.hh
index 42aef23ca2..0362042e8a 100644
--- a/dumux/assembly/staggeredlocalassembler.hh
+++ b/dumux/assembly/staggeredlocalassembler.hh
@@ -130,8 +130,8 @@ public:
                                                                              fvGeometry,
                                                                              prevElemVolVars,
                                                                              curElemVolVars,
-                                                                             curGlobalFaceVars,
                                                                              prevGlobalFaceVars,
+                                                                             curGlobalFaceVars,
                                                                              elemBcTypes,
                                                                              elemFluxVarsCache)[0];
 
@@ -155,8 +155,8 @@ public:
                                                                             scvf,
                                                                             prevElemVolVars,
                                                                             curElemVolVars,
-                                                                            curGlobalFaceVars,
                                                                             prevGlobalFaceVars,
+                                                                            curGlobalFaceVars,
                                                                             elemBcTypes,
                                                                             elemFluxVarsCache)[0];
 
-- 
GitLab