From 4aafaf9bb895128c55b5686086e4e76a8a755b14 Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 13 Jun 2016 13:14:48 +0100 Subject: [PATCH] BUG: surfaceBooleanFeatures: uses triSurfaceMesh so does not need path Fixes the simpleShapes failure in #141 --- tutorials/mesh/foamyHexMesh/simpleShapes/Allrun | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tutorials/mesh/foamyHexMesh/simpleShapes/Allrun b/tutorials/mesh/foamyHexMesh/simpleShapes/Allrun index 1254efdb61..1535c7a3a8 100755 --- a/tutorials/mesh/foamyHexMesh/simpleShapes/Allrun +++ b/tutorials/mesh/foamyHexMesh/simpleShapes/Allrun @@ -15,9 +15,7 @@ runApplication -s sphere \ constant/triSurface/sphere_orient.stl runApplication \ - surfaceBooleanFeatures intersection \ - constant/triSurface/cone_orient.stl \ - constant/triSurface/sphere_orient.stl + surfaceBooleanFeatures intersection cone_orient.stl sphere_orient.stl runApplication foamyHexMesh