ENH: minor formatting change for error msg

This commit is contained in:
andy
2010-09-07 15:31:56 +01:00
parent 475ac59f67
commit 152c79f09b

View File

@ -70,13 +70,13 @@ directMappedNamedFixedValueFvPatchField
( (
"directMappedNamedFixedValueFvPatchField<Type>::" "directMappedNamedFixedValueFvPatchField<Type>::"
"directMappedNamedFixedValueFvPatchField\n" "directMappedNamedFixedValueFvPatchField\n"
"(\n" "("
" const directMappedNamedFixedValueFvPatchField<Type>&,\n" "const directMappedNamedFixedValueFvPatchField<Type>&, "
" const fvPatch&,\n" "const fvPatch&, "
" const Field<Type>&,\n" "const Field<Type>&, "
" const fvPatchFieldMapper&\n" "const fvPatchFieldMapper& "
")\n" ")"
) << "\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 " << this->dimensionedInternalField().name() << " of field " << this->dimensionedInternalField().name()