Skip to content
Snippets Groups Projects
Commit d53b5a58 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[multidomain,non-isothermal] Fix bug of unintentionally removed globalPos variable.

Thank gruenich for the heads-up.
parent 30a9a0b6
No related branches found
No related tags found
1 merge request!41[multidomain,non-isothermal] Fix bug of unintentionally removed globalPos variable.
...@@ -220,6 +220,7 @@ public: ...@@ -220,6 +220,7 @@ public:
cParams, cParams,
couplingRes1, couplingRes2); couplingRes1, couplingRes2);
const GlobalPosition& globalPos1 = cParams.fvGeometry1.subContVol[vertInElem1].global;
const GlobalPosition& globalPos2 = cParams.fvGeometry2.subContVol[vertInElem2].global; const GlobalPosition& globalPos2 = cParams.fvGeometry2.subContVol[vertInElem2].global;
// ENERGY Balance // ENERGY Balance
......
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