From bb1309bee11228603d2fac7322dff7aaba869a92 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 18 May 2017 19:57:16 +0100 Subject: [PATCH] kqRWallFunctionFvPatchField: Corrected scope --- .../kqRWallFunction/kqRWallFunctionFvPatchField.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H b/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H index 006f06b17..b975ea27c 100644 --- a/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H +++ b/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H @@ -153,7 +153,7 @@ public: //- Evaluate the patchField virtual void evaluate ( - const Pstream::commsTypes commsType=Pstream::Pstream::blocking + const Pstream::commsTypes commsType=Pstream::blocking );