Skip to content
Snippets Groups Projects
Commit 639563b5 authored by Henry Weller's avatar Henry Weller
Browse files

fanFvPatchField: Minor reorganization

parent 93ed8c0a
Branches
Tags
No related merge requests found
......@@ -30,17 +30,6 @@ License
#include "Tuple2.H"
#include "PolynomialEntry.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
namespace Foam
{
makeTemplatePatchTypeField
(
fvPatchScalarField,
fanFvPatchScalarField
);
}
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
template<>
......@@ -133,4 +122,16 @@ Foam::fanFvPatchField<Foam::scalar>::fanFvPatchField
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
makeTemplatePatchTypeField
(
fvPatchScalarField,
fanFvPatchScalarField
);
}
// ************************************************************************* //
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