Changeset 376
- Timestamp:
- Dec 4, 2009 5:05:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/readexp.tcl
- Property rcs:date changed from 2001/02/26 19:37:17 to 2001/04/03 19:10:54
- Property rcs:lines changed from +23 -7 to +8 -3
- Property rcs:rev changed from 1.23 to 1.24
r373 r376 962 962 makeexprec "${key} EPHAS" 963 963 # expedt defaults this to "F", but I think "T" is better 964 setexp "${key} EPHAS" "Y" 50 1 964 global tcl_platform 965 if {[string match "IRIX*" $tcl_platform(os)]} { 966 setexp "${key} EPHAS" "T" 50 1 967 } else { 968 setexp "${key} EPHAS" "Y" 50 1 969 } 965 970 if $expgui(debug) {puts "Warning: creating a ${key} EPHAS record"} 966 971 }
Note: See TracChangeset
for help on using the changeset viewer.