Skip to content
Snippets Groups Projects
Commit ce160f67 authored by Leon Keim's avatar Leon Keim
Browse files

Merge branch 'fix/pnm-pass-correct-spatialparams' into 'master'

[fix][pnm][2p] Pass implemented spatialparams

See merge request !3800
parents e54e76eb 88f1d088
No related branches found
No related tags found
1 merge request!3800[fix][pnm][2p] Pass implemented spatialparams
Pipeline #44374 passed
...@@ -197,7 +197,7 @@ public: ...@@ -197,7 +197,7 @@ public:
const SubControlVolume& scv, const SubControlVolume& scv,
const ElementSolution& elemSol) const const ElementSolution& elemSol) const
{ {
const auto params = typename LocalRules::BasicParams(*this, element, scv, elemSol); const auto params = typename LocalRules::BasicParams(this->asImp_(), element, scv, elemSol);
return makeFluidMatrixInteraction(LocalRules(params, "SpatialParams")); return makeFluidMatrixInteraction(LocalRules(params, "SpatialParams"));
} }
......
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