ENH: class data now protected as opposed to private

This commit is contained in:
Andrew Heather
2017-09-22 13:59:40 +01:00
parent 99b67ba8db
commit 73fcd85460

View File

@ -104,7 +104,9 @@ class fixedNormalInletOutletVelocityFvPatchVectorField
:
public directionMixedFvPatchVectorField
{
// Private data
protected:
// Protected data
//- Flux field name
word phiName_;