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.5 by greg, Wed Feb 22 20:48:49 1995 UTC vs.
Revision 2.6 by greg, Tue Oct 17 21:28:09 1995 UTC

# Line 5 | Line 5
5  
6   proc amb_delete {} {            # delete ambient file
7          global radvar curmess
8 <        if {"$radvar(AMBFILE)" == {} || ! [file exists $radvar(AMBFILE)]} {
8 >        if {"$radvar(AMBFILE)" == {} || ! [file isfile $radvar(AMBFILE)]} {
9                  set curmess {No ambient file.}
10                  return
11          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines