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

Comparing ray/src/cv/thf2rad.c (file contents):
Revision 2.1 by greg, Tue Nov 12 17:01:57 1991 UTC vs.
Revision 2.2 by greg, Thu Dec 19 15:05:54 1991 UTC

# Line 17 | Line 17 | static char SCCSid[] = "$SunId$ LBL";
17   #define MAXSTR          128             /* maximum string or id length */
18   #define MAXPTS          2048            /* maximum points per object */
19  
20 + #ifndef atof
21 + extern double  atof();
22 + #endif
23 +
24   typedef struct {
25          double  x, y, z;
26   } POINT;
# Line 28 | Line 32 | main(argc, argv)
32   int     argc;
33   char    *argv[];
34   {
31        extern double   atof();
35          char    *name = NULL;
36          int     an;
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines