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

Comparing ray/src/px/neuclrtab.c (file contents):
Revision 2.7 by greg, Tue Nov 22 12:19:21 1994 UTC vs.
Revision 2.8 by greg, Mon Dec 12 12:19:04 1994 UTC

# Line 51 | Line 51 | static long    skipcount;
51  
52   #define setskip(sp,n)   ((sp)[0]=(n)>>16,(sp)[1]=((n)>>8)&255,(sp)[2]=(n)&255)
53  
54 + static  cpyclrtab();
55 +
56  
57   neu_init(npixels)               /* initialize our sample array */
58   long    npixels;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines