Changeset 839


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

# on 2005/03/24 21:52:39, toby did:
support function #5 (thanks RBVD)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/widplt

    • Property rcs:date changed from 2004/09/20 15:28:45 to 2005/03/24 21:52:39
    • Property rcs:lines changed from +3 -2 to +4 -4
    • Property rcs:rev changed from 1.18 to 1.19
    r802 r839  
    127127                    set XY($key) [list [hapinfo $hist $phase pterm4] \
    128128                                      [hapinfo $hist $phase pterm5]]
    129                 } elseif {$ptype == 3 || $ptype == 4} {
     129                } elseif {$ptype == 3 || $ptype == 4 || $ptype == 5} {
    130130                    set UVWP($key) [list [hapinfo $hist $phase pterm1] \
    131131                                        [hapinfo $hist $phase pterm2] \
    132132                                        [hapinfo $hist $phase pterm3] \
    133133                                        [hapinfo $hist $phase pterm4]]
    134                     if {$ptype == 3} {
     134                    if {$ptype == 3 || $ptype == 5} {
    135135                        set XY($key) [list [hapinfo $hist $phase pterm5] \
    136136                                          [hapinfo $hist $phase pterm6]]
Note: See TracChangeset for help on using the changeset viewer.