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.3 by greg, Fri Jun 4 14:33:12 1993 UTC

# Line 13 | Line 13 | static char SCCSid[] = "$SunId$ LBL";
13   */
14  
15   #include <stdio.h>
16 + #include <math.h>
17  
18   #define MAXSTR          128             /* maximum string or id length */
19   #define MAXPTS          2048            /* maximum points per object */
# Line 28 | Line 29 | main(argc, argv)
29   int     argc;
30   char    *argv[];
31   {
31        extern double   atof();
32          char    *name = NULL;
33          int     an;
34  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines