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

Comparing ray/src/rt/lookamb.c (file contents):
Revision 2.5 by greg, Thu Nov 18 09:43:02 1993 UTC vs.
Revision 2.8 by greg, Tue Feb 25 02:47:22 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1991 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  lookamb.c - program to examine ambient components.
9 *
10 *     10/8/86
6   */
7  
8 < #include  <stdio.h>
8 > #include "copyright.h"
9  
10 < #ifdef MSDOS
16 < #include  <fcntl.h>
17 < #endif
10 > #include  "ray.h"
11  
19 #include  "color.h"
20
12   #include  "ambient.h"
13  
14  
# Line 65 | Line 56 | char  *argv[];
56                  if (header) {
57                          if (checkheader(fp, "ascii", stdout) < 0)
58                                  goto formaterr;
59 <                } else
59 >                } else {
60 >                        newheader("RADIANCE", stdout);
61                          printargs(argc, argv, stdout);
62 +                }
63                  fputformat(AMBFMT, stdout);
64                  putchar('\n');
65   #ifdef MSDOS
# Line 96 | Line 89 | formaterr:
89   }
90  
91  
92 + void
93   lookamb(fp)                     /* get ambient values from a file */
94   FILE  *fp;
95   {
# Line 131 | Line 125 | FILE  *fp;
125   }
126  
127  
128 + void
129   writamb(fp)                     /* write binary ambient values */
130   FILE  *fp;
131   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines