Changeset 918


Ignore:
Timestamp:
Dec 4, 2009 5:14:18 PM (13 years ago)
Author:
toby
Message:

# on 2008/04/15 17:30:45, toby did:
do not load widply_ files for absplt

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  
    11411141
    11421142set datalist {}
    1143 foreach file [glob -nocomplain [file join $expgui(scriptdir) widplt_*]] {
    1144     source $file
    1145 }
    1146 set WidSetList $datalist
     1143if {$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}
    11471152
    11481153# create the graph
Note: See TracChangeset for help on using the changeset viewer.