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

Comparing ray/src/rt/colortab.c (file contents):
Revision 2.2 by greg, Tue Oct 6 12:13:48 1992 UTC vs.
Revision 2.3 by greg, Mon Mar 8 12:37:21 1993 UTC

# Line 53 | Line 53 | static BYTE    clrmap[3][256];
53                                  /* histogram of colors used */
54   static unsigned short   histo[NRED][NGRN][NBLU];
55                                  /* initial color cube boundary */
56 < static int      CLRCUBE[3][2] = {0,NRED,0,NGRN,0,NBLU};
56 > static int      CLRCUBE[3][2] = {{0,NRED},{0,NGRN},{0,NBLU}};
57 >
58 > static int      split(), cut();
59  
60  
61   int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines