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];