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.2 by greg, Thu Dec 19 14:52:02 1991 UTC vs.
Revision 2.4 by gwlarson, Tue Oct 27 09:08:26 1998 UTC

# Line 12 | Line 12 | static char SCCSid[] = "$SunId$ LBL";
12  
13   #include  <stdio.h>
14  
15 + #include  <math.h>
16 +
17   #include  "color.h"
18  
19  
# Line 27 | Line 29 | COLOR  scale[MAXFILE];                 /* scaling factors */
29   int  nfile;                             /* number of files */
30  
31  
32 + int
33   tabputs(s)                      /* print line preceded by a tab */
34   char  *s;
35   {
36          putc('\t', stdout);
37 <        fputs(s, stdout);
37 >        return(fputs(s, stdout));
38   }
39  
40  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines