diff --git a/src/finiteVolume/fields/fvPatchFields/derived/selfContainedDirectMapped/selfContainedDirectMappedFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/selfContainedDirectMapped/selfContainedDirectMappedFixedValueFvPatchField.H index 0d76fb6d02..20e190686d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/selfContainedDirectMapped/selfContainedDirectMappedFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/selfContainedDirectMapped/selfContainedDirectMappedFixedValueFvPatchField.H @@ -48,7 +48,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class selfContainedDirectMappedFixedValueFvPatch Declaration + Class selfContainedDirectMappedFixedValueFvPatch Declaration \*---------------------------------------------------------------------------*/ template @@ -75,6 +75,7 @@ class selfContainedDirectMappedFixedValueFvPatchField mutable autoPtr > interpolator_; + // Private Member Functions //- Field to sample. Either on my or nbr mesh @@ -83,6 +84,7 @@ class selfContainedDirectMappedFixedValueFvPatchField //- Access the interpolation method const interpolation& interpolator() const; + public: //- Runtime type information