Skip to content
Snippets Groups Projects
Commit 0728375b authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[CCTpfa][DarcyFluxVariables] change input scv to const reference

parent 3a60e3ef
No related branches found
No related tags found
1 merge request!617[WIP] Next
......@@ -68,7 +68,7 @@ class CCTpfaImplicitDarcyFluxVariables
public:
void update(const Problem &problem, SubControlVolumeFace scvFace)
void update(const Problem &problem, const SubControlVolumeFace &scvFace)
{
problemPtr_ = &problem;
scvFace_ = &scvFace;
......
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