From a85e26118420abe2f547c6bb8992bfd0efb171fe Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Sat, 23 May 2020 17:30:05 +0200 Subject: [PATCH] Fix typos in the EAGLE ICs run scripts --- examples/EAGLE_ICs/EAGLE_12/run.sh | 2 +- examples/EAGLE_ICs/EAGLE_25/run.sh | 2 +- examples/EAGLE_ICs/EAGLE_50/run.sh | 2 +- examples/EAGLE_ICs/EAGLE_50_low_res/run.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/EAGLE_ICs/EAGLE_12/run.sh b/examples/EAGLE_ICs/EAGLE_12/run.sh index e908b552de..78dc4692fa 100755 --- a/examples/EAGLE_ICs/EAGLE_12/run.sh +++ b/examples/EAGLE_ICs/EAGLE_12/run.sh @@ -11,7 +11,7 @@ fi if [ ! -e yieldtables ] then echo "Fetching EAGLE yield tables..." - ../getEagleYieldtable.sh + ../getEagleYieldTable.sh fi if [ ! -e coolingtables ] diff --git a/examples/EAGLE_ICs/EAGLE_25/run.sh b/examples/EAGLE_ICs/EAGLE_25/run.sh index 17dcb98069..5b5ca5a4e9 100755 --- a/examples/EAGLE_ICs/EAGLE_25/run.sh +++ b/examples/EAGLE_ICs/EAGLE_25/run.sh @@ -11,7 +11,7 @@ fi if [ ! -e yieldtables ] then echo "Fetching EAGLE yield tables..." - ../getEagleYieldtable.sh + ../getEagleYieldTable.sh fi if [ ! -e coolingtables ] diff --git a/examples/EAGLE_ICs/EAGLE_50/run.sh b/examples/EAGLE_ICs/EAGLE_50/run.sh index 18e8f5cfce..2afd0de07b 100755 --- a/examples/EAGLE_ICs/EAGLE_50/run.sh +++ b/examples/EAGLE_ICs/EAGLE_50/run.sh @@ -11,7 +11,7 @@ fi if [ ! -e yieldtables ] then echo "Fetching EAGLE yield tables..." - ../getEagleYieldtable.sh + ../getEagleYieldTable.sh fi if [ ! -e coolingtables ] diff --git a/examples/EAGLE_ICs/EAGLE_50_low_res/run.sh b/examples/EAGLE_ICs/EAGLE_50_low_res/run.sh index 2a2a7da5ef..3022d6f44f 100755 --- a/examples/EAGLE_ICs/EAGLE_50_low_res/run.sh +++ b/examples/EAGLE_ICs/EAGLE_50_low_res/run.sh @@ -11,7 +11,7 @@ fi if [ ! -e yieldtables ] then echo "Fetching EAGLE yield tables..." - ../getEagleYieldtable.sh + ../getEagleYieldTable.sh fi if [ ! -e coolingtables ] -- GitLab