Changeset 755


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

# on 2003/11/21 00:46:06, toby did:
fix "save options" bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/liveplot

    • Property rcs:date changed from 2003/11/13 16:05:02 to 2003/11/21 00:46:06
    • Property rcs:lines changed from +65 -12 to +3 -3
    • Property rcs:rev changed from 1.36 to 1.37
    r745 r755  
    953953        set fp [open [file join ~ .gsas_config] a]
    954954    }
    955     puts $fp "# LIVEPLOT saved options from [clock format [clock ticks]]"
     955    puts $fp "# LIVEPLOT saved options from [clock format [clock seconds]]"
    956956    foreach v {printout legend outname outcmd autoraise chi2 xunits yunits} {
    957957        puts $fp "set graph($v) [list $graph($v)]"
Note: See TracChangeset for help on using the changeset viewer.