Changeset 7d6f65 for util/src/dynamicANOVA.sh.in
- Timestamp:
- Aug 18, 2008, 12:08:41 PM (17 years ago)
- Children:
- 2c536c
- Parents:
- 2b19bb
- File:
-
- 1 edited
-
util/src/dynamicANOVA.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/src/dynamicANOVA.sh.in
r2b19bb r7d6f65 13 13 PREPARER="/mount/bespin/heber/tmp/mpqc/convertresults.sh" 14 14 15 . /mount/bespin/heber/scripts/check 15 function check() 16 { 17 #1 MESSAGE 18 if [ $? -eq 0 ]; then 19 if [ -z $1 ]; then 20 echo "ok." 21 else 22 echo "ok: $1." 23 fi 24 else 25 if [ -z $1 ]; then 26 echo "failed." 27 else 28 echo "failed: $1." 29 fi 30 exit 1 31 fi 32 } 16 33 17 34 function RunSim {
Note:
See TracChangeset
for help on using the changeset viewer.
