Skip to content
Snippets Groups Projects
Commit 887727f5 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[staggered][assembly] Fix order of arguments

parent e3e09bbc
No related branches found
No related tags found
3 merge requests!617[WIP] Next,!576Feature/port staggered ff to next next,!571Cleanup/next
...@@ -130,8 +130,8 @@ public: ...@@ -130,8 +130,8 @@ public:
fvGeometry, fvGeometry,
prevElemVolVars, prevElemVolVars,
curElemVolVars, curElemVolVars,
curGlobalFaceVars,
prevGlobalFaceVars, prevGlobalFaceVars,
curGlobalFaceVars,
elemBcTypes, elemBcTypes,
elemFluxVarsCache)[0]; elemFluxVarsCache)[0];
...@@ -155,8 +155,8 @@ public: ...@@ -155,8 +155,8 @@ public:
scvf, scvf,
prevElemVolVars, prevElemVolVars,
curElemVolVars, curElemVolVars,
curGlobalFaceVars,
prevGlobalFaceVars, prevGlobalFaceVars,
curGlobalFaceVars,
elemBcTypes, elemBcTypes,
elemFluxVarsCache)[0]; elemFluxVarsCache)[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment