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

Comparing ray/src/px/clrtab.c (file contents):
Revision 2.17 by schorsch, Sun Mar 28 20:33:13 2004 UTC vs.
Revision 2.18 by greg, Mon Sep 19 02:23:58 2005 UTC

# Line 35 | Line 35 | static int     CLRCUBE[3][2] = {{0,NRED},{0,NGRN},{0,NBLU}
35   #define MAXERR          20
36                                  /* define CLOSEST to get closest colors */
37   #ifndef CLOSEST
38 #ifdef SPEED
39 #if  SPEED > 8
38   #define CLOSEST         1       /* this step takes a little longer */
41 #endif
42 #endif
39   #endif
40  
41  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines