Skip to content
Snippets Groups Projects
Commit dbf31112 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Merge branch 'bug/multidomain-global-pos' into 'master'

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

Thank gruenich for the heads-up.

See merge request !41
parents 30a9a0b6 d53b5a58
No related branches found
No related tags found
No related merge requests found
......@@ -220,6 +220,7 @@ public:
cParams,
couplingRes1, couplingRes2);
const GlobalPosition& globalPos1 = cParams.fvGeometry1.subContVol[vertInElem1].global;
const GlobalPosition& globalPos2 = cParams.fvGeometry2.subContVol[vertInElem2].global;
// 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