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.32 by schorsch, Sun Mar 28 20:33:14 2004 UTC vs.
Revision 2.34 by greg, Tue Aug 31 18:52:27 2004 UTC

# Line 8 | Line 8 | static const char      RCSid[] = "$Id$";
8   */
9  
10   #include "platform.h"
11 + #include "standard.h"
12   #include "rtprocess.h"
12 #include "rterror.h"
13 #include "rtmisc.h"
13   #include "color.h"
14   #include "calcomp.h"
15   #include "view.h"
# Line 335 | Line 334 | double (*ourbright)() = rgb_bright;
334   static void
335   init(void)                                      /* perform final setup */
336   {
338        double  l_colin(char *), l_expos(char *), l_pixaspect(char *),
339                        l_ray(char *), l_psize(char *);
337          register int    i;
338                                                  /* define constants */
339          varset("PI", ':', PI);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines