ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pcomb.c
(Generate patch)

Comparing ray/src/px/pcomb.c (file contents):
Revision 1.11 by greg, Tue Apr 23 13:03:31 1991 UTC vs.
Revision 1.12 by greg, Tue Apr 23 15:49:53 1991 UTC

# Line 85 | Line 85 | char   *argv[];
85          double  f;
86          int     a;
87          
88 <        funset(vcolin[RED], 1, l_redin);
89 <        funset(vcolin[GRN], 1, l_grnin);
90 <        funset(vcolin[BLU], 1, l_bluin);
91 <        funset(vbrtin, 1, l_brtin);
88 >        funset(vcolin[RED], 1, '=', l_redin);
89 >        funset(vcolin[GRN], 1, '=', l_grnin);
90 >        funset(vcolin[BLU], 1, '=', l_bluin);
91 >        funset(vbrtin, 1, '=', l_brtin);
92          
93          for (a = 1; a < argc; a++)
94                  if (argv[a][0] == '-')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines