From ec143fcdb11a872b241436a09d53c512389d0860 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Thu, 12 Feb 2015 22:01:06 +0000
Subject: [PATCH] 
 tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles:
 another change to avoid duplicate registration

---
 .../reactingParcelFilmFoam/hotBoxes/patchifyObstacles       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles b/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles
index 9b38f7781fb..e184c4dbb57 100755
--- a/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles
+++ b/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles
@@ -151,9 +151,9 @@ echo "faceZoneSet cubeFaces new setsToFaceZone cubeFaceSet cubeFacesCells" >> $t
 
 echo "processing floor"
 floorMax=`echo 1 $tol | awk '{print $1 + $2}'`
-createSetsAndZone floor -$tol $floorMax -$tol $floorMax -$tol $tol
-echo "cellSet floorCells new faceToCell floorFaces owner" >> $tmpSetSet
-echo "faceZoneSet floorFaces new setsToFaceZone floorFaces floorCells" >> $tmpSetSet
+createSetsAndZone Floor -$tol $floorMax -$tol $floorMax -$tol $tol
+echo "cellSet floorCells new faceToCell FloorFaces owner" >> $tmpSetSet
+echo "faceZoneSet floorFaces new setsToFaceZone FloorFaces floorCells" >> $tmpSetSet
 
 setSet -batch $tmpSetSet > log.setSet.patchifyObstacles 2>&1
 
-- 
GitLab