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

Comparing ray/src/px/pcond2.c (file contents):
Revision 3.10 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 3.11 by schorsch, Sun Jul 27 22:12:03 2003 UTC

# Line 87 | Line 87 | nextscan()                             /* read and condition next scanline */
87                  mbscan(scanbuf, scanlen(&inpres), &mbcond);
88          else if (cwarpfile != NULL)             /* device color space warp */
89                  cwscan(scanbuf, scanlen(&inpres), cwarp);
90 <        else if (lumf == cielum | inprims != outprims)
90 >        else if ((lumf == cielum) | (inprims != outprims))
91                  matscan(scanbuf, scanlen(&inpres), mbcond.cmat);
92          nread++;
93          return(scanbuf);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines