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.10 by greg, Fri Jun 10 12:51:16 1994 UTC vs.
Revision 2.11 by greg, Mon Dec 12 12:15:51 1994 UTC

# Line 40 | Line 40 | static int     CLRCUBE[3][2] = {0,NRED,0,NGRN,0,NBLU};
40   #endif
41   #endif
42  
43 + static  cut(), mktabent(), closest(), addneigh(), setclosest();
44 + static int      split();
45 + static unsigned dist();
46 +
47  
48   new_histo(n)            /* clear our histogram */
49   int     n;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines