diff --git a/src/surfaceFilmModels/derivedFvPatchFields/directMappedNamedFixedValue/directMappedNamedFixedValueFvPatchField.C b/src/surfaceFilmModels/derivedFvPatchFields/directMappedNamedFixedValue/directMappedNamedFixedValueFvPatchField.C index 64d3b90c44..c9e799e08a 100644 --- a/src/surfaceFilmModels/derivedFvPatchFields/directMappedNamedFixedValue/directMappedNamedFixedValueFvPatchField.C +++ b/src/surfaceFilmModels/derivedFvPatchFields/directMappedNamedFixedValue/directMappedNamedFixedValueFvPatchField.C @@ -70,13 +70,13 @@ directMappedNamedFixedValueFvPatchField ( "directMappedNamedFixedValueFvPatchField::" "directMappedNamedFixedValueFvPatchField\n" - "(\n" - " const directMappedNamedFixedValueFvPatchField&,\n" - " const fvPatch&,\n" - " const Field&,\n" - " const fvPatchFieldMapper&\n" - ")\n" - ) << "\n patch type '" << p.type() + "(" + "const directMappedNamedFixedValueFvPatchField&, " + "const fvPatch&, " + "const Field&, " + "const fvPatchFieldMapper& " + ")" + ) << " patch type '" << p.type() << "' not type '" << directMappedPatchBase::typeName << "'" << "\n for patch " << p.name() << " of field " << this->dimensionedInternalField().name()