diff --git a/tutorials/incompressible/pimpleFoam/TJunctionFan/system/createBafflesDict b/tutorials/incompressible/pimpleFoam/TJunctionFan/system/createBafflesDict index 53fe12b1f8..544288617f 100644 --- a/tutorials/incompressible/pimpleFoam/TJunctionFan/system/createBafflesDict +++ b/tutorials/incompressible/pimpleFoam/TJunctionFan/system/createBafflesDict @@ -85,10 +85,7 @@ baffles name baffles; type wall; - patchFields - { - ${...master.patchFields} - } + ${..master.patchFields} } } } diff --git a/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict b/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict index 46e0c66bf8..c127ff67d2 100644 --- a/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict +++ b/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict @@ -65,10 +65,7 @@ baffles type cyclic; neighbourPatch porous_half0; - patchFields - { - ${...master.patchFields} - } + ${..master.patchFields} } } }