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

Comparing ray/src/util/do_scene.tcl (file contents):
Revision 2.1 by greg, Wed Sep 13 14:51:01 1995 UTC vs.
Revision 2.2 by greg, Tue Oct 17 21:28:13 1995 UTC

# Line 39 | Line 39 | proc lbgetf nm {               # get list box files
39  
40   proc oct_delete {} {            # delete octree file
41          global radvar curmess
42 <        if {"$radvar(OCTREE)" == {} || ! [file exists $radvar(OCTREE)]} {
42 >        if {"$radvar(OCTREE)" == {} || ! [file isfile $radvar(OCTREE)]} {
43                  set curmess {No octree file.}
44                  return
45          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines