From 398d7e76d851cc55c7a2f1b8ffcbc7d74d1d3abc Mon Sep 17 00:00:00 2001
From: sergio <sergio>
Date: Mon, 21 Jan 2013 17:13:59 +0000
Subject: [PATCH] BUG: Correcting reateBafflesDict in
 multiphase/interFoam/ras/damBreakPorousBaffle

---
 .../ras/damBreakPorousBaffle/system/createBafflesDict        | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict b/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict
index c127ff67d25..46e0c66bf81 100644
--- a/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict
+++ b/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict
@@ -65,7 +65,10 @@ baffles
                 type            cyclic;
                 neighbourPatch  porous_half0;
 
-                ${..master.patchFields}
+                patchFields
+                {
+                    ${...master.patchFields}
+                }
             }
         }
     }
-- 
GitLab