Better error message for generic patch
This commit is contained in:
parent
7bad3e7de7
commit
4a9967a12c
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ Foam::genericFvPatchField<Type>::genericFvPatchField
|
|||
<< "Trying to construct an genericFvPatchField on patch "
|
||||
<< this->patch().name()
|
||||
<< " of field " << this->dimensionedInternalField().name()
|
||||
<< ". Actual type: " << actualTypeName_
|
||||
<< abort(FatalError);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue