Clean-up
This commit is contained in:
parent
35af19983b
commit
b238155aeb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ namespace RASModels
|
|||
template<class Type>
|
||||
void kqRWallFunctionFvPatchField<Type>::checkType()
|
||||
{
|
||||
if (!this->patch().isWall())
|
||||
if (!this->patch().isWall())
|
||||
{
|
||||
FatalErrorIn("kqRWallFunctionFvPatchField::checkType()")
|
||||
<< "Invalid wall function specification" << nl
|
||||
|
|
Reference in a new issue