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

Comparing ray/src/px/pfilt.c (file contents):
Revision 2.29 by schorsch, Sun Mar 28 20:33:14 2004 UTC vs.
Revision 2.30 by schorsch, Mon Mar 29 00:34:23 2004 UTC

# Line 85 | Line 85 | int  orad = 0;                 /* output window radius */
85   char  *progname;
86  
87   static gethfunc headline;
88 < static double rgb_bright(COLOR  clr);
89 < static double xyz_bright(COLOR  clr);
88 > static brightfunc_t rgb_bright;
89 > static brightfunc_t xyz_bright;
90 > //static double rgb_bright(COLOR  clr);
91 > //static double xyz_bright(COLOR  clr);
92   static void copyfile(FILE  *in, FILE  *out);
93   static void pass1(FILE  *in);
94   static void pass2(FILE  *in);
# Line 340 | Line 342 | xyz_bright(
342   }
343  
344  
345 < double  (*ourbright)() = rgb_bright;
344 <
345 > brightfunc_t *ourbright = rgb_bright;
346  
347   static int
348   headline(                               /* process line from header */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines