From 17ca48dcd6f5136babc458263e131be1408963d5 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Tue, 3 Jul 2012 15:04:43 +0100 Subject: [PATCH] fvMatrix: Removed temporary hack --- src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H index ce214e60c80..3f747fcb82d 100644 --- a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H +++ b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H @@ -142,8 +142,8 @@ class fvMatrix mutable GeometricField<Type, fvsPatchField, surfaceMesh> *faceFluxCorrectionPtr_; -// ***HGW for testing LduMatrix protected: -public: + +protected: //- Declare friendship with the fvSolver class friend class fvSolver; -- GitLab