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