Changeset 1015
- Timestamp:
- Jun 8, 2008 4:46:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/optimizer/examples/simple.tcl
r987 r1015 61 61 pack .value -side left -expand yes -fill both 62 62 63 proc SetAbortFlag {} { 64 global doAbort 65 set doAbort 1 66 } 67 set doAbort 0 68 button .quit -text Quit -command SetAbortFlag 63 button .quit -text Quit -command "optim abort yes" 69 64 pack .quit 70 65 set colors {magenta purple blue DeepSkyBlue cyan green yellow Gold orange tomato red FireBrick black} … … 91 86 fvec$pop append [$xmlobj get output.number(f).current] 92 87 incr jobnumber 93 global doAbort94 if { $doAbort } {95 optim abort yes96 }97 88 } 98 89
Note: See TracChangeset
for help on using the changeset viewer.