This commit is contained in:
Hrvoje Jasak 2011-06-26 22:43:45 +01:00
parent 35af19983b
commit b238155aeb

View file

@ -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