From 3fdc98dccd55486aeb98622ae7efaf98a90e8f79 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 4 Dec 2012 15:03:17 +0000
Subject: [PATCH] ENH: createBafflesDict: moved comment

---
 .../mesh/manipulation/createBaffles/createBafflesDict         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict b/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict
index 7a128adbb10..99c03b4cfc7 100644
--- a/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict
+++ b/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict
@@ -44,6 +44,8 @@ baffles
                 name            baffles;
                 type            wall;
 
+                //- Optional override of added patchfields. If not specified
+                //  any added patchfields are of type calculated.
                 patchFields
                 {
                     epsilon
@@ -149,8 +151,6 @@ baffles
                 type            cyclic;
                 neighbourPatch  fan_half1;
 
-                //- Optional override of added patchfields. If not specified
-                //  any added patchfields are of type calculated.
                 patchFields
                 {
                     p
-- 
GitLab