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

Comparing ray/src/px/psum.c (file contents):
Revision 2.5 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.6 by schorsch, Mon Oct 27 10:22:27 2003 UTC

# Line 8 | Line 8 | static const char      RCSid[] = "$Id$";
8   */
9  
10   #include  <stdio.h>
11
11   #include  <math.h>
12  
13   #include  "color.h"
14 + #include  "resolu.h"
15 + #include  "rterror.h"
16  
17  
18   #define  MAXFILE        8
# Line 94 | Line 95 | char  *argv[];
95                                                  /* get header */
96                  fputs(fname[nfile], stdout);
97                  fputs(":\n", stdout);
98 <                getheader(fptr[nfile], tabputs);
98 >                getheader(fptr[nfile], tabputs, NULL);
99                                                  /* get picture size */
100                  if (fgetresolu(&xres, &yres, fptr[nfile]) != (YMAJOR|YDECR)) {
101                          fprintf(stderr, "%s: bad picture size\n", progname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines