ENH: minor formatting change for error msg

This commit is contained in:
andy
2010-09-07 13:55:58 +01:00
parent 0940cb6fb7
commit 0028b38009

View File

@ -107,11 +107,11 @@ directMappedNamedFixedValueFvPatchField
"directMappedNamedFixedValueFvPatchField<Type>::"
"directMappedNamedFixedValueFvPatchField"
"("
" const fvPatch&, "
" const DimensionedField<Type, volMesh>& iF, "
" const dictionary&"
"const fvPatch&, "
"const DimensionedField<Type, volMesh>& iF, "
"const dictionary&"
")"
) << "\n patch type '" << p.type()
) << " patch type '" << p.type()
<< "' not type '" << directMappedPatchBase::typeName << "'"
<< "\n for patch " << p.name()
<< " of field " << fieldName_