diff --git a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H
index ce214e60c801e9af8346e4c5b7671476bc9045c4..3f747fcb82db58cdeca4649196bc7f4ce03054a4 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;