BUG: hotBoxes tutorial - updated patchifyObstacles script - mantis #1007

This commit is contained in:
andy
2013-09-17 18:06:55 +01:00
parent 34d3e36882
commit 2d7959ec46

View File

@ -155,7 +155,7 @@ createSetsAndZone floor -$tol $floorMax -$tol $floorMax -$tol $tol
echo "cellSet floorCells new faceToCell floorFaces owner" >> $tmpSetSet echo "cellSet floorCells new faceToCell floorFaces owner" >> $tmpSetSet
echo "faceZoneSet floorFaces new setsToFaceZone floorFaces floorCells" >> $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
# ************************************************************************* # *************************************************************************