From 0c0e92396eb00d591b629615207303b11288c62a Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Fri, 31 Jan 2014 10:06:26 +0000
Subject: [PATCH] tutorials/multiphase/interFoam/les/nozzleFlow2D: update
 scripts

---
 tutorials/multiphase/interFoam/les/nozzleFlow2D/Allclean | 1 -
 tutorials/multiphase/interFoam/les/nozzleFlow2D/Allrun   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/Allclean b/tutorials/multiphase/interFoam/les/nozzleFlow2D/Allclean
index e7f7e3082b5..6b3920f6764 100755
--- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/Allclean
+++ b/tutorials/multiphase/interFoam/les/nozzleFlow2D/Allclean
@@ -6,6 +6,5 @@ cd ${0%/*} || exit 1    # run from this directory
 
 cleanCase
 rm system/topoSetDict > /dev/null 2>&1
-cp constant/polyMesh/boundary.org constant/polyMesh/boundary
 
 # ----------------------------------------------------------------- end-of-file
diff --git a/tutorials/multiphase/interFoam/les/nozzleFlow2D/Allrun b/tutorials/multiphase/interFoam/les/nozzleFlow2D/Allrun
index bdd17ed0335..a04c90ca8d0 100755
--- a/tutorials/multiphase/interFoam/les/nozzleFlow2D/Allrun
+++ b/tutorials/multiphase/interFoam/les/nozzleFlow2D/Allrun
@@ -30,7 +30,6 @@ while [ "$i" -lt 3 ] ; do
     rm -rf 1e-08
     i=`expr $i + 1`
 done
-cp constant/polyMesh/boundary.org constant/polyMesh/boundary
 
 runApplication $application
 
-- 
GitLab