Changeset 839
- Timestamp:
- Dec 4, 2009 5:12:55 PM (14 years ago)
- 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 127 127 set XY($key) [list [hapinfo $hist $phase pterm4] \ 128 128 [hapinfo $hist $phase pterm5]] 129 } elseif {$ptype == 3 || $ptype == 4 } {129 } elseif {$ptype == 3 || $ptype == 4 || $ptype == 5} { 130 130 set UVWP($key) [list [hapinfo $hist $phase pterm1] \ 131 131 [hapinfo $hist $phase pterm2] \ 132 132 [hapinfo $hist $phase pterm3] \ 133 133 [hapinfo $hist $phase pterm4]] 134 if {$ptype == 3 } {134 if {$ptype == 3 || $ptype == 5} { 135 135 set XY($key) [list [hapinfo $hist $phase pterm5] \ 136 136 [hapinfo $hist $phase pterm6]]
Note: See TracChangeset
for help on using the changeset viewer.