From 5ede7aa36edd577395bd37ad30e5e8a5ad4b7c54 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Thu, 14 Oct 2010 10:25:59 +0100 Subject: [PATCH] Permissions on tutorial scripts --- tutorials/combustion/XiFoam/les/pitzDaily/Allrun | 0 .../combustion/XiFoam/les/pitzDaily3D/Allrun | 0 .../viscoelastic/viscoelasticFluidFoam/Allrun | 15 --------------- 3 files changed, 15 deletions(-) mode change 100644 => 100755 tutorials/combustion/XiFoam/les/pitzDaily/Allrun mode change 100644 => 100755 tutorials/combustion/XiFoam/les/pitzDaily3D/Allrun delete mode 100755 tutorials/viscoelastic/viscoelasticFluidFoam/Allrun diff --git a/tutorials/combustion/XiFoam/les/pitzDaily/Allrun b/tutorials/combustion/XiFoam/les/pitzDaily/Allrun old mode 100644 new mode 100755 diff --git a/tutorials/combustion/XiFoam/les/pitzDaily3D/Allrun b/tutorials/combustion/XiFoam/les/pitzDaily3D/Allrun old mode 100644 new mode 100755 diff --git a/tutorials/viscoelastic/viscoelasticFluidFoam/Allrun b/tutorials/viscoelastic/viscoelasticFluidFoam/Allrun deleted file mode 100755 index e0c6db010..000000000 --- a/tutorials/viscoelastic/viscoelasticFluidFoam/Allrun +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -(cd PTT-Exponential; ./Allrun) -(cd DCPP; ./Allrun) -(cd Giesekus; ./Allrun) -(cd FENE-CR; ./Allrun) -(cd FENE-P; ./Allrun) -(cd Feta-PTT; ./Allrun) -(cd Leonov; ./Allrun) -(cd Oldroyd-B; ./Allrun) -(cd S-MDCPP; ./Allrun) -(cd PTT-Linear; ./Allrun) -(cd WhiteMetzner/CarreauYasuda; ./Allrun) -(cd XPP_DE; ./Allrun) -(cd XPP_SE; ./Allrun)