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.31 by greg, Fri Sep 3 21:18:15 2010 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 void copyfile(FILE  *in, FILE  *out);
91   static void pass1(FILE  *in);
92   static void pass2(FILE  *in);
# Line 340 | Line 340 | xyz_bright(
340   }
341  
342  
343 < double  (*ourbright)() = rgb_bright;
344 <
343 > brightfunc_t *ourbright = rgb_bright;
344  
345   static int
346   headline(                               /* process line from header */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines