mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fvMatrix: Removed temporary hack
This commit is contained in:
@ -142,8 +142,8 @@ class fvMatrix
|
|||||||
mutable GeometricField<Type, fvsPatchField, surfaceMesh>
|
mutable GeometricField<Type, fvsPatchField, surfaceMesh>
|
||||||
*faceFluxCorrectionPtr_;
|
*faceFluxCorrectionPtr_;
|
||||||
|
|
||||||
// ***HGW for testing LduMatrix protected:
|
|
||||||
public:
|
protected:
|
||||||
|
|
||||||
//- Declare friendship with the fvSolver class
|
//- Declare friendship with the fvSolver class
|
||||||
friend class fvSolver;
|
friend class fvSolver;
|
||||||
|
|||||||
Reference in New Issue
Block a user