Skip to content
Snippets Groups Projects
Commit ce86bbc0 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[compositional][localresidual] make computeFlux method const

parent 2406a978
No related branches found
No related tags found
Loading
...@@ -138,7 +138,7 @@ public: ...@@ -138,7 +138,7 @@ public:
const FVElementGeometry& fvGeometry, const FVElementGeometry& fvGeometry,
const ElementVolumeVariables& elemVolVars, const ElementVolumeVariables& elemVolVars,
const SubControlVolumeFace& scvf, const SubControlVolumeFace& scvf,
const ElementFluxVariablesCache& elemFluxVarsCache) const ElementFluxVariablesCache& elemFluxVarsCache) const
{ {
FluxVariables fluxVars; FluxVariables fluxVars;
fluxVars.init(this->problem(), element, fvGeometry, elemVolVars, scvf, elemFluxVarsCache); fluxVars.init(this->problem(), element, fvGeometry, elemVolVars, scvf, elemFluxVarsCache);
......
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