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

Comparing ray/src/cal/total.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:20 2003 UTC vs.
Revision 1.2 by schorsch, Sun Jun 8 12:03:09 2003 UTC

# Line 28 | Line 28 | int  count = 0;                                /* number to sum */
28   int  tabc = '\t';                       /* default separator */
29   int  subtotal = 0;                      /* produce subtotals? */
30  
31 + static int execute(char *fname);
32  
33 < main(argc, argv)
34 < int  argc;
35 < char  *argv[];
33 > int
34 > main(
35 > int  argc,
36 > char  *argv[]
37 > )
38   {
39          int  status;
40          int  a;
# Line 92 | Line 95 | char  *argv[];
95   }
96  
97  
98 < execute(fname)                  /* compute result */
99 < char  *fname;
98 > static int
99 > execute(                        /* compute result */
100 > char  *fname
101 > )
102   {
103          double  result[MAXCOL];
104          char  buf[16*MAXCOL];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines