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

Comparing ray/src/util/do_zone.tcl (file contents):
Revision 2.5 by greg, Fri May 17 14:59:17 1996 UTC vs.
Revision 2.7 by greg, Sat Feb 22 02:07:30 2003 UTC

# Line 1 | Line 1
1 < # SCCSid "$SunId$ LBL"
1 > # RCSid: $Id$
2   #
3   # Create ZONE screen
4   #
# Line 63 | Line 63 | proc get_bbox {} {
63                  if [catch {eval exec getbbox -h $bbargs} bbout] {
64                          set curmess $bbout
65                  } else {
66 <                        set curmess {}
66 >                        set curmess "Done."
67                          set radvar(ZONE) "$zonevar(IE) $bbout"
68                  }
69          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines