fvMatrix: Removed temporary hack

This commit is contained in:
Henry 2012-07-03 15:04:43 +01:00
parent 743dec3f73
commit 17ca48dcd6

View File

@ -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;