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

Comparing ray/src/gen/gencat.c (file contents):
Revision 2.2 by greg, Mon Aug 2 14:23:02 1993 UTC vs.
Revision 2.3 by greg, Sat Feb 22 02:07:23 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1993 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    This program is to make series of right triangles forming hyperbolic cosin
6    (ie, cosh) curve in between of 2 points.
# Line 28 | Line 25 | static char SCCSid[] = "$SunId$ LBL";
25   ******************************************************************************/
26  
27   #include <stdio.h>
28 + #include <stdlib.h>
29   #include <math.h>
32
33 #ifdef  DCL_ATOF
34 extern double  atof();
35 #endif
30  
31   char  *cmtype, *cname;
32   double z0, z1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines