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.22 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 2.25 by schorsch, Mon Oct 27 10:24:51 2003 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10   #include  <stdio.h>
11   #include  <math.h>
12   #include  <time.h>
13 + #include  <string.h>
14  
15   #include "copyright.h"
16  
17   #include  "platform.h"
18 + #include  "rtprocess.h"
19   #include  "color.h"
20   #include  "resolu.h"
21  
# Line 380 | Line 382 | register COLR  c1, c2;
382  
383          j = 4;                          /* check exponents first! */
384          while (j--)
385 <                if (i = c1[j] - c2[j])
385 >                if ( (i = c1[j] - c2[j]) )
386                          return(i);
387          return(0);
388   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines