Changeset 918
- Timestamp:
- Dec 4, 2009 5:14:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/widplt
- Property rcs:date changed from 2005/03/24 21:52:39 to 2008/04/15 17:30:45
- Property rcs:lines changed from +4 -4 to +10 -5
- Property rcs:rev changed from 1.19 to 1.20
r839 r918 1141 1141 1142 1142 set datalist {} 1143 foreach file [glob -nocomplain [file join $expgui(scriptdir) widplt_*]] { 1144 source $file 1145 } 1146 set WidSetList $datalist 1143 if {$program != "absplt"} { 1144 foreach file [glob -nocomplain [file join [pwd] widplt_*]] { 1145 source $file 1146 } 1147 foreach file [glob -nocomplain [file join $expgui(scriptdir) widplt_*]] { 1148 source $file 1149 } 1150 set WidSetList $datalist 1151 } 1147 1152 1148 1153 # create the graph
Note: See TracChangeset
for help on using the changeset viewer.