From 152c79f09b1494be171f8e4db434133d9a19f91e Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 7 Sep 2010 15:31:56 +0100 Subject: [PATCH] ENH: minor formatting change for error msg --- .../directMappedNamedFixedValueFvPatchField.C | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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()