Changeset 18395 for trunk/DataCheck/QuickLook/RunGanymed.sh
- Timestamp:
- 12/29/15 21:00:23 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/RunGanymed.sh
r18316 r18395 45 45 if [ "${coordinates[0]}" == "" ] || [ "${coordinates[1]}" == "" ] 46 46 then 47 printprocesslog "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile 48 echo "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile 47 printprocesslog "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile" @ time "$tstop 48 echo "WARN couldn't get coordinates ("${coordinates[@]}") from "$drivefile" @ time "$tstop 49 49 finish 50 50 fi 51 51 if [ "${coordinates[0]}" == "0" ] || [ "${coordinates[1]}" == "0" ] 52 52 then 53 printprocesslog "WARN coordinates "${coordinates[@]} 54 echo "WARN coordinates "${coordinates[@]} 53 printprocesslog "WARN coordinates "${coordinates[@]}" @ time "$tstop 54 echo "WARN coordinates "${coordinates[@]}" @ time "$tstop 55 55 finish 56 56 fi
Note:
See TracChangeset
for help on using the changeset viewer.