Skip to content
Snippets Groups Projects
Commit 2bca7955 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/nonequil-gridvariables' into 'master'

[bugfix][nonequil] Use correct signature (fix bug introduced in ee45c733)

Closes #666

See merge request !1515
parents b14199f8 997de4d5
No related branches found
No related tags found
1 merge request!1515[bugfix][nonequil] Use correct signature (fix bug introduced in ee45c733)
...@@ -102,7 +102,7 @@ public: ...@@ -102,7 +102,7 @@ public:
fvGeometry.bind(element); fvGeometry.bind(element);
elemVolVars.bind(element, fvGeometry, curSol); elemVolVars.bind(element, fvGeometry, curSol);
elemFluxVarsCache.bind(element, fvGeometry, curSol); elemFluxVarsCache.bind(element, fvGeometry, elemVolVars);
for (int phaseIdx = 0; phaseIdx < numPhases; ++phaseIdx) for (int phaseIdx = 0; phaseIdx < numPhases; ++phaseIdx)
{ {
......
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