diff --git a/examples/EAGLE_ICs/EAGLE_12/run.sh b/examples/EAGLE_ICs/EAGLE_12/run.sh index e908b552de266a29b34bee18e462987c2f2bfffe..78dc4692fa887ede0a0dd40d7dbf0156699bc84f 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 17dcb98069ced54348b9c4050fa68462c1c41c18..5b5ca5a4e917b6d164fb84b6e00351f9ffeb7cf4 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 18e8f5cfce0600fad349a66f650d9b1557e9d5ff..2afd0de07b42c2072932ff091ac0ea58a820eccf 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 2a2a7da5effe7eebc2ba3f141ce645e540c1f1be..3022d6f44f3964c02fa56d24550e7b0baa80c8ea 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 ]