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

Comparing ray/src/px/pcomb.c (file contents):
Revision 2.26 by schorsch, Mon Jul 21 22:30:18 2003 UTC vs.
Revision 2.28 by greg, Wed Oct 22 02:06:35 2003 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7   *      1/4/89
8   */
9  
10 #include "standard.h"
10   #include "platform.h"
11 + #include "standard.h"
12   #include "color.h"
13   #include "calcomp.h"
14   #include "view.h"
# Line 312 | Line 312 | double (*ourbright)() = rgb_bright;
312  
313   init()                                  /* perform final setup */
314   {
315 <        double  l_colin(), l_expos(), l_pixaspect(), l_ray(), l_psize();
315 >        double  l_colin(char *), l_expos(char *), l_pixaspect(char *),
316 >                        l_ray(char *), l_psize(char *);
317          register int    i;
318                                                  /* define constants */
319          varset("PI", ':', PI);
# Line 446 | Line 447 | register char  *nam;
447  
448  
449   double
450 < l_pixaspect()                   /* return pixel aspect ratio */
450 > l_pixaspect(char *nm)           /* return pixel aspect ratio */
451   {
452          register int    fn;
453  
# Line 551 | Line 552 | register char  *nam;
552  
553  
554   double
555 < l_psize()                       /* compute pixel size in steradians */
555 > l_psize(char *nm)               /* compute pixel size in steradians */
556   {
557          static unsigned long    ltick[MAXINP];
558          static double   psize[MAXINP];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines