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

Comparing ray/src/px/pcompos.c (file contents):
Revision 2.23 by schorsch, Thu Jul 3 22:41:44 2003 UTC vs.
Revision 2.24 by schorsch, Sun Jul 27 22:12:03 2003 UTC

# Line 381 | Line 381 | register COLR  c1, c2;
381  
382          j = 4;                          /* check exponents first! */
383          while (j--)
384 <                if (i = c1[j] - c2[j])
384 >                if ( (i = c1[j] - c2[j]) )
385                          return(i);
386          return(0);
387   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines