ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/do_options.tcl
(Generate patch)

Comparing ray/src/util/do_options.tcl (file contents):
Revision 2.2 by greg, Fri Oct 28 20:14:36 1994 UTC vs.
Revision 2.3 by greg, Mon Dec 5 14:29:46 1994 UTC

# Line 14 | Line 14 | proc amb_delete {} {           # delete ambient file
14          set nv [expr ($fl - $hl - 3) / 75]
15          if {$nv && [tk_dialog .dlg {Verification} \
16                                  "Really delete ambient file $radvar(AMBFILE)\
17 <                                with $nv indirect irradiances values?" \
17 >                                with $nv indirect irradiance values?" \
18                                  questhead 1 {Delete} {Cancel}]} {
19                  return 0
20          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines