Changeset 875
- Timestamp:
- Dec 4, 2009 5:13:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dumpprof.tcl
- Property rcs:date changed from 2003/05/22 21:41:18 to 2006/03/29 03:50:00
- Property rcs:lines changed from +11 -5 to +7 -1
- Property rcs:rev changed from 1.2 to 1.3
r697 r875 6 6 exit 7 7 } 8 9 package require Tk 8 10 9 11 set filename [lindex $argv 0] … … 78 80 foreach hist $expmap(powderlist) { 79 81 set list2 $hist 80 lappend list2 $expmap(htype_$hist) 82 set instcons {} 83 foreach item {difc difa zero ipola pola} { 84 lappend instcons [histinfo $hist $item] 85 } 86 lappend list2 "$expmap(htype_$hist) [list $instcons]" 81 87 foreach i $expmap(phaselist_$hist) { 82 88 set list $i
Note: See TracChangeset
for help on using the changeset viewer.