From 2d7959ec460c8e35ef650a157d396324eca65441 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 17 Sep 2013 18:06:55 +0100 Subject: [PATCH] BUG: hotBoxes tutorial - updated patchifyObstacles script - mantis #1007 --- .../reactingParcelFilmFoam/hotBoxes/patchifyObstacles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles b/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles index bc9fe0a8a3..f9218e997d 100755 --- a/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles +++ b/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles @@ -155,7 +155,7 @@ 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 >/dev/null 2>&1 +setSet -batch $tmpSetSet > log.setSet.patchifyObstacles 2>&1 # *************************************************************************