Skip to content
Snippets Groups Projects
Commit 849dffed authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

COMP: define processorFvPatchField<scalar> with scoping

parent 61466672
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | \\ / A nd | Copyright (C) 2019 OpenCFD Ltd.
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
| Copyright (C) 2011-2017 OpenFOAM Foundation | Copyright (C) 2011-2017 OpenFOAM Foundation
...@@ -27,15 +27,10 @@ License ...@@ -27,15 +27,10 @@ License
#include "processorFvPatchScalarField.H" #include "processorFvPatchScalarField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
template<> template<>
void processorFvPatchField<scalar>::initInterfaceMatrixUpdate void Foam::processorFvPatchField<Foam::scalar>::initInterfaceMatrixUpdate
( (
scalarField&, scalarField&,
const bool add, const bool add,
...@@ -96,7 +91,7 @@ void processorFvPatchField<scalar>::initInterfaceMatrixUpdate ...@@ -96,7 +91,7 @@ void processorFvPatchField<scalar>::initInterfaceMatrixUpdate
template<> template<>
void processorFvPatchField<scalar>::updateInterfaceMatrix void Foam::processorFvPatchField<Foam::scalar>::updateInterfaceMatrix
( (
scalarField& result, scalarField& result,
const bool add, const bool add,
...@@ -148,8 +143,4 @@ void processorFvPatchField<scalar>::updateInterfaceMatrix ...@@ -148,8 +143,4 @@ void processorFvPatchField<scalar>::updateInterfaceMatrix
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam
// ************************************************************************* // // ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment