mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: minor formatting change for error msg
This commit is contained in:
@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user