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

Comparing ray/src/util/do_file.tcl (file contents):
Revision 2.21 by greg, Thu May 28 10:23:06 2015 UTC vs.
Revision 2.22 by greg, Sat Aug 26 16:07:22 2017 UTC

# Line 126 | Line 126 | proc putradvar {fi vn} {       # print out a rad variable
126                  }
127                  return
128          }
129        if {[lsearch -exact {ZONE QUALITY OCTREE PICTURE AMBFILE OPTFILE
130                        EXPOSURE RESOLUTION UP INDIRECT DETAIL PENUMBRAS
131                        EYESEP RAWFILE ZFILE VARIABILITY REPORT} $vn] >= 0} {
132                puts $fi "$vn= $radvar($vn)"
133                return
134        }
129          puts -nonewline $fi "$vn="
130          set vnl [expr [string length $vn] + 1]
131          set pos $vnl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines