ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/glaze.csh
(Generate patch)

Comparing ray/src/gen/glaze.csh (file contents):
Revision 2.4 by greg, Wed Aug 25 01:40:12 2004 UTC vs.
Revision 2.5 by greg, Wed Aug 25 19:13:30 2004 UTC

# Line 11 | Line 11
11  
12   #################################################################
13   #
14 + # The general assumption is that one surface is uncoated, and
15 + # reflectances and transmittances are computed from this fact.
16 + # If the user tries to enter two coated surfaces on the same
17 + # pane, the script complains and exits.
18 + #
19   # Supported surface types:
20   #
21   set sn_arr=("clear glass" "VE1-2M low-E coating" "PVB laminated" "V-175 white frit" "V-933 warm gray frit")
# Line 59 | Line 64 | while ($#argv > 0)
64                  set rc_r_arr=($rc_r_arr $ln[5])
65                  set rc_g_arr=($rc_g_arr $ln[6])
66                  set rc_b_arr=($rc_b_arr $ln[7])
67 <                set rg_r_arr=($rc_r_arr $ln[8])
68 <                set rg_g_arr=($rc_g_arr $ln[9])
69 <                set rg_b_arr=($rc_b_arr $ln[10])
67 >                set rg_r_arr=($rg_r_arr $ln[8])
68 >                set rg_g_arr=($rg_g_arr $ln[9])
69 >                set rg_b_arr=($rg_b_arr $ln[10])
70                  set part_arr=($part_arr $ln[11])
71                  @ i++
72          end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines