Changeset 46
- Timestamp:
- Dec 4, 2009 4:59:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/liveplot
- Property rcs:date changed from 1999/01/21 22:44:12 to 1999/01/21 22:55:47
- Property rcs:lines changed from +112 -73 to +17 -19
- Property rcs:rev changed from 1.2 to 1.3
r45 r46 122 122 set expgui(gsasexe) [file join $expgui(gsasdir) exe] 123 123 124 # fetch EXP file processing routines125 source [file join $expgui(scriptdir) readexp.tcl]126 127 # override options with locally defined values128 if [file exists [file join $expgui(scriptdir) localconfig]] {129 source [file join $expgui(scriptdir) localconfig]130 }131 if [file exists [file join ~ .gsas_config]] {132 source [file join ~ .gsas_config]133 }134 124 135 125 proc readdata {box} { … … 467 457 } 468 458 459 # fetch EXP file processing routines 460 source [file join $expgui(scriptdir) readexp.tcl] 461 462 set fl [file join $expgui(scriptdir) icddcmd.tcl] 463 if [file exists $fl] {source $fl} 464 set fl [file join $expgui(scriptdir) cellgen.tcl] 465 if [file exists $fl] {source $fl} 466 467 # override options with locally defined values 468 if [file exists [file join $expgui(scriptdir) localconfig]] { 469 source [file join $expgui(scriptdir) localconfig] 470 } 471 if [file exists [file join ~ .gsas_config]] { 472 source [file join ~ .gsas_config] 473 } 474 469 475 # vectors 470 476 vector xvec … … 537 543 -command "SaveOptions" 538 544 539 # fetch EXP file processing routines540 source [file join $expgui(scriptdir) readexp.tcl]541 542 set fl [file join $expgui(scriptdir) icddcmd.tcl]543 if [file exists $fl] {source $fl}544 set fl [file join $expgui(scriptdir) cellgen.tcl]545 if [file exists $fl] {source $fl}546 547 545 pack [menubutton .a.help -text Help -underline 0 -menu .a.help.menu] -side right 548 546 menu .a.help.menu -tearoff 0
Note: See TracChangeset
for help on using the changeset viewer.