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

Comparing ray/src/px/pvalue.c (file contents):
Revision 2.19 by schorsch, Sun Jun 8 12:03:10 2003 UTC vs.
Revision 2.20 by greg, Fri Jun 20 00:25:50 2003 UTC

# Line 14 | Line 14 | static const char RCSid[] = "$Id$";
14   #include  "color.h"
15   #include  "resolu.h"
16  
17 typedef unsigned short uint16;  /* sizeof (uint16) must == 2 */
18
17   #define  min(a,b)               ((a)<(b)?(a):(b))
18  
19                                  /* what to put out (also RED, GRN, BLU) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines