coded.*FvPatchField: Removed unused constructor from patch and internalField

This commit is contained in:
Henry Weller
2023-05-26 15:23:44 +01:00
parent dcbe389154
commit 42b24c20dd
5 changed files with 0 additions and 54 deletions

View File

@ -61,13 +61,6 @@ public:
// Constructors
//- Construct from patch and internal field
${typeName}FixedValueFvPatch${FieldType}
(
const fvPatch&,
const DimensionedField<${TemplateType}, volMesh>&
);
//- Construct from patch, internal field and dictionary
${typeName}FixedValueFvPatch${FieldType}
(