Changeset 915
- Timestamp:
- Dec 4, 2009 5:14:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/odf.tcl
- Property rcs:date changed from 2004/10/04 16:11:47 to 2008/04/15 17:29:26
- Property rcs:lines changed from +9 -25 to +7 -2
- Property rcs:rev changed from 1.7 to 1.8
r822 r915 228 228 set newterms [ComputeODFterms $expgui(ODForder) $expgui(ODFsym) $laueaxis] 229 229 phaseinfo $expgui(curPhase) ODFterms set $newterms 230 RecordMacroEntry "phaseinfo $expgui(curPhase) ODFterms set $newterms" 0 230 231 phaseinfo $expgui(curPhase) ODForder set $expgui(ODForder) 232 RecordMacroEntry "phaseinfo $expgui(curPhase) ODForder set $expgui(ODForder)" 0 231 233 phaseinfo $expgui(curPhase) ODFsym set $expgui(ODFsym) 234 RecordMacroEntry "phaseinfo $expgui(curPhase) ODFsym set $expgui(ODFsym)" 0 232 235 # zero out the new terms 233 236 for {set i [expr [llength $curterms]+1]} \ 234 237 {$i <= [llength $newterms]} {incr i} { 235 238 phaseinfo $expgui(curPhase) ODFcoef$i set 0. 236 } 239 RecordMacroEntry "phaseinfo $expgui(curPhase) ODFcoef$i set 0." 0 240 } 237 241 incr expgui(changed) 242 RecordMacroEntry "incr expgui(changed)" 0 238 243 SelectODFPhase $expgui(curPhase) 239 244 }
Note: See TracChangeset
for help on using the changeset viewer.