diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.C index aae847cfaa..884eb6c957 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchScalarField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | + \\ / A nd | Copyright (C) 2019 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- | Copyright (C) 2011-2017 OpenFOAM Foundation @@ -27,15 +27,10 @@ License #include "processorFvPatchScalarField.H" -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -namespace Foam -{ - // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // template<> -void processorFvPatchField::initInterfaceMatrixUpdate +void Foam::processorFvPatchField::initInterfaceMatrixUpdate ( scalarField&, const bool add, @@ -96,7 +91,7 @@ void processorFvPatchField::initInterfaceMatrixUpdate template<> -void processorFvPatchField::updateInterfaceMatrix +void Foam::processorFvPatchField::updateInterfaceMatrix ( scalarField& result, const bool add, @@ -148,8 +143,4 @@ void processorFvPatchField::updateInterfaceMatrix } -// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - -} // End namespace Foam - // ************************************************************************* //