From b5e413afdeafe13404866a0a3617de7b65c2caf4 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 3 Oct 2011 09:36:18 +0100 Subject: [PATCH] ENH: converted private->protected members for directMappedFixedValueFvPatchField --- .../directMappedFixedValue/directMappedFixedValueFvPatchField.H | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.H index 408ffbfb..86787c8c 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.H @@ -70,7 +70,9 @@ class directMappedFixedValueFvPatchField : public fixedValueFvPatchField { - // Private data +protected: + + // Protected data //- Name of field to sample - defaults to field associated with this // patchField if not specified @@ -88,7 +90,8 @@ class directMappedFixedValueFvPatchField mutable autoPtr > interpolator_; - // Private Member Functions + + // Protected Member Functions //- Field to sample. Either on my or nbr mesh const GeometricField& sampleField() const; @@ -96,6 +99,7 @@ class directMappedFixedValueFvPatchField //- Access the interpolation method const interpolation& interpolator() const; + public: //- Runtime type information -- 2.11.4.GIT