From 73fcd854600257ee925635953d1dce4a2697e531 Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Fri, 22 Sep 2017 13:59:40 +0100 Subject: [PATCH] ENH: class data now protected as opposed to private --- .../fixedNormalInletOutletVelocityFvPatchVectorField.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.H index 99d8d4c213..758300a21a 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.H @@ -104,7 +104,9 @@ class fixedNormalInletOutletVelocityFvPatchVectorField : public directionMixedFvPatchVectorField { - // Private data +protected: + + // Protected data //- Flux field name word phiName_;