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:
@ -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_
|
||||||
|
|||||||
Reference in New Issue
Block a user