diff options
Diffstat (limited to 'scripts/ciao_calc_ct_csb.sh')
-rwxr-xr-x | scripts/ciao_calc_ct_csb.sh | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/scripts/ciao_calc_ct_csb.sh b/scripts/ciao_calc_ct_csb.sh index bee6316..04ef343 100755 --- a/scripts/ciao_calc_ct_csb.sh +++ b/scripts/ciao_calc_ct_csb.sh @@ -1,16 +1,16 @@ #!/bin/sh -# -########################################################### -## Invoke 'ciao_calc_ct.sh' and 'ciao_calc_csb.sh' ## -## to calculate cooling time and Csb value. ## -## ## -## Weitian LI ## -## 2014/06/18 ## -## ## -## ChangeLog: ## -## 1.1, 2014/12/11, Weitian LI ## -## test ${CT_RES} before read ## -########################################################### +## +## +## Invoke 'ciao_calc_ct.sh' and 'ciao_calc_csb.sh' +## to calculate cooling time and Csb value. +## +## Weitian LI +## 2014/06/18 +## +## Changelogs: +## v1.1, 2014/12/11, Weitian LI +## * test ${CT_RES} before read +## BASE_PATH=`dirname $0` SCRIPT_CT="${BASE_PATH}/ciao_calc_ct.sh" |