From eedc871903a38275e162f83418841065d808a7e1 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Mon, 3 Oct 2011 09:23:40 +0100 Subject: [PATCH] Formatting --- src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.C b/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.C index bbe10e35c..937f4da6a 100644 --- a/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.C +++ b/src/turbulenceModels/LES/LESdeltas/smoothDelta/smoothDelta.C @@ -84,7 +84,7 @@ void smoothDelta::setChangedFaces // Insert all faces of coupled patches no matter what. Let FaceCellWave // sort it out. - forAll(mesh.boundaryMesh(), patchI) + forAll(mesh.boundaryMesh(), patchI) { const polyPatch& patch = mesh.boundaryMesh()[patchI];