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<Type>::"
"directMappedNamedFixedValueFvPatchField" "directMappedNamedFixedValueFvPatchField"
"(" "("
" const fvPatch&, " "const fvPatch&, "
" const DimensionedField<Type, volMesh>& iF, " "const DimensionedField<Type, volMesh>& iF, "
" const dictionary&" "const dictionary&"
")" ")"
) << "\n patch type '" << p.type() ) << " patch type '" << p.type()
<< "' not type '" << directMappedPatchBase::typeName << "'" << "' not type '" << directMappedPatchBase::typeName << "'"
<< "\n for patch " << p.name() << "\n for patch " << p.name()
<< " of field " << fieldName_ << " of field " << fieldName_