diff --git a/tutorials/modules/multiRegion/CHT/circuitBoardCooling/Allrun b/tutorials/modules/multiRegion/CHT/circuitBoardCooling/Allrun index b96df5580b..493bf34874 100755 --- a/tutorials/modules/multiRegion/CHT/circuitBoardCooling/Allrun +++ b/tutorials/modules/multiRegion/CHT/circuitBoardCooling/Allrun @@ -7,10 +7,10 @@ cd ${0%/*} || exit 1 # Run from this directory # If a test, try both extrusion strategies if isTest "$@" then - runApplication -s extrudeFromInternalFaces foamCloneCase . extrudeFromInternalFaces + cloneCase . extrudeFromInternalFaces cp -r All* include extrudeFromInternalFaces - runApplication -s extrudeFromPatches foamCloneCase . extrudeFromPatches + cloneCase . extrudeFromPatches cp -r All* include extrudeFromPatches (cd extrudeFromInternalFaces && ./Allrun extrudeFromInternalFaces)