diff --git a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H index ce214e60c8..3f747fcb82 100644 --- a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H +++ b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H @@ -142,8 +142,8 @@ class fvMatrix mutable GeometricField *faceFluxCorrectionPtr_; -// ***HGW for testing LduMatrix protected: -public: + +protected: //- Declare friendship with the fvSolver class friend class fvSolver;