From 3d3b5a64da63fbc0c245387eda7882f1d1a12aab Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Fri, 26 Feb 2016 00:42:35 +0100 Subject: [PATCH] [CCTpfaLocalResidual] Change return type of computeFlux method --- dumux/implicit/cellcentered/tpfa/localresidual.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/implicit/cellcentered/tpfa/localresidual.hh b/dumux/implicit/cellcentered/tpfa/localresidual.hh index 7dbad984c2..5a7b218c4f 100644 --- a/dumux/implicit/cellcentered/tpfa/localresidual.hh +++ b/dumux/implicit/cellcentered/tpfa/localresidual.hh @@ -66,7 +66,7 @@ public: protected: - void computeFlux_(PrimaryVariables &flux, const SubControlVolumeFace &scvFace) + PrimaryVariables computeFlux_(const SubControlVolumeFace &scvFace) { if (!scvFace.boundary() /*TODO: || GET_PROP_VALUE(TypeTag, BoundaryReconstruction)*/) { -- GitLab