From ade7216fbf3200433dda6859e41261eb2475e2a7 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Mon, 10 Aug 2015 14:58:36 -0400 Subject: [PATCH] Edits to example/Piston/Piston.sh to set up case --- example/Piston/Piston.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 example/Piston/Piston.sh diff --git a/example/Piston/Piston.sh b/example/Piston/Piston.sh old mode 100644 new mode 100755 index 30e4a6f1..dfe5184d --- a/example/Piston/Piston.sh +++ b/example/Piston/Piston.sh @@ -12,6 +12,7 @@ for i in `seq 1 6`; do # Set up cases for each boundary pressure pair dir="Case"$i echo $dir + mkdir -p $dir # copy the domain file cp Domain.in $dir