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.22 by greg, Sat Aug 26 16:07:22 2017 UTC vs.
Revision 2.23 by greg, Wed Sep 6 23:57:56 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 +        }
135          puts -nonewline $fi "$vn="
136          set vnl [expr [string length $vn] + 1]
137          set pos $vnl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines