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.24 by greg, Thu Sep 7 00:02:07 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
132 +                        PGMAP PCMAP} $vn] >= 0} {
133 +                puts $fi "$vn= $radvar($vn)"
134 +                return
135 +        }
136          puts -nonewline $fi "$vn="
137          set vnl [expr [string length $vn] + 1]
138          set pos $vnl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines