coded.*FvPatchField: Removed unused constructor from patch and internalField
This commit is contained in:
@ -83,23 +83,6 @@ const char* const ${typeName}FixedValueFvPatch${FieldType}::SHA1sum =
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
${typeName}FixedValueFvPatch${FieldType}::
|
|
||||||
${typeName}FixedValueFvPatch${FieldType}
|
|
||||||
(
|
|
||||||
const fvPatch& p,
|
|
||||||
const DimensionedField<${TemplateType}, volMesh>& iF
|
|
||||||
)
|
|
||||||
:
|
|
||||||
fixedValueFvPatchField<${TemplateType}>(p, iF)
|
|
||||||
{
|
|
||||||
if (${verbose:-false})
|
|
||||||
{
|
|
||||||
Info<<"construct ${typeName} sha1: ${SHA1sum}"
|
|
||||||
" from patch/DimensionedField\n";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
${typeName}FixedValueFvPatch${FieldType}::
|
${typeName}FixedValueFvPatch${FieldType}::
|
||||||
${typeName}FixedValueFvPatch${FieldType}
|
${typeName}FixedValueFvPatch${FieldType}
|
||||||
(
|
(
|
||||||
|
|||||||
@ -61,13 +61,6 @@ public:
|
|||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
//- Construct from patch and internal field
|
|
||||||
${typeName}FixedValueFvPatch${FieldType}
|
|
||||||
(
|
|
||||||
const fvPatch&,
|
|
||||||
const DimensionedField<${TemplateType}, volMesh>&
|
|
||||||
);
|
|
||||||
|
|
||||||
//- Construct from patch, internal field and dictionary
|
//- Construct from patch, internal field and dictionary
|
||||||
${typeName}FixedValueFvPatch${FieldType}
|
${typeName}FixedValueFvPatch${FieldType}
|
||||||
(
|
(
|
||||||
|
|||||||
@ -83,23 +83,6 @@ const char* const ${typeName}MixedValueFvPatch${FieldType}::SHA1sum =
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
${typeName}MixedValueFvPatch${FieldType}::
|
|
||||||
${typeName}MixedValueFvPatch${FieldType}
|
|
||||||
(
|
|
||||||
const fvPatch& p,
|
|
||||||
const DimensionedField<${TemplateType}, volMesh>& iF
|
|
||||||
)
|
|
||||||
:
|
|
||||||
mixedFvPatchField<${TemplateType}>(p, iF)
|
|
||||||
{
|
|
||||||
if (${verbose:-false})
|
|
||||||
{
|
|
||||||
Info<<"construct ${typeName} sha1: ${SHA1sum}"
|
|
||||||
" from patch/DimensionedField\n";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
${typeName}MixedValueFvPatch${FieldType}::
|
${typeName}MixedValueFvPatch${FieldType}::
|
||||||
${typeName}MixedValueFvPatch${FieldType}
|
${typeName}MixedValueFvPatch${FieldType}
|
||||||
(
|
(
|
||||||
|
|||||||
@ -61,13 +61,6 @@ public:
|
|||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
//- Construct from patch and internal field
|
|
||||||
${typeName}MixedValueFvPatch${FieldType}
|
|
||||||
(
|
|
||||||
const fvPatch&,
|
|
||||||
const DimensionedField<${TemplateType}, volMesh>&
|
|
||||||
);
|
|
||||||
|
|
||||||
//- Construct from patch, internal field and dictionary
|
//- Construct from patch, internal field and dictionary
|
||||||
${typeName}MixedValueFvPatch${FieldType}
|
${typeName}MixedValueFvPatch${FieldType}
|
||||||
(
|
(
|
||||||
|
|||||||
@ -623,12 +623,6 @@ public:
|
|||||||
PatchTypeField, typePatchTypeField) \
|
PatchTypeField, typePatchTypeField) \
|
||||||
\
|
\
|
||||||
addRemovableToRunTimeSelectionTable \
|
addRemovableToRunTimeSelectionTable \
|
||||||
( \
|
|
||||||
PatchTypeField, \
|
|
||||||
typePatchTypeField, \
|
|
||||||
patch \
|
|
||||||
); \
|
|
||||||
addRemovableToRunTimeSelectionTable \
|
|
||||||
( \
|
( \
|
||||||
PatchTypeField, \
|
PatchTypeField, \
|
||||||
typePatchTypeField, \
|
typePatchTypeField, \
|
||||||
|
|||||||
Reference in New Issue
Block a user