fanFvPatchField: Minor reorganization

This commit is contained in:
Henry Weller
2015-12-20 18:12:35 +00:00
parent ccc0c71df0
commit 64fc1c11fc

View File

@ -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
);
}
// ************************************************************************* //