mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: class data now protected as opposed to private
This commit is contained in:
@ -104,7 +104,9 @@ class fixedNormalInletOutletVelocityFvPatchVectorField
|
|||||||
:
|
:
|
||||||
public directionMixedFvPatchVectorField
|
public directionMixedFvPatchVectorField
|
||||||
{
|
{
|
||||||
// Private data
|
protected:
|
||||||
|
|
||||||
|
// Protected data
|
||||||
|
|
||||||
//- Flux field name
|
//- Flux field name
|
||||||
word phiName_;
|
word phiName_;
|
||||||
|
|||||||
Reference in New Issue
Block a user