ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/meta/tgraph.h
(Generate patch)

Comparing ray/src/meta/tgraph.h (file contents):
Revision 1.2 by schorsch, Sun Jun 8 12:03:10 2003 UTC vs.
Revision 1.3 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 1 | Line 1
1   /* RCSid: $Id$ */
2  
3 + #ifndef _RAD_TGRAPH_H_
4 + #define _RAD_TGRAPH_H_
5 +
6 + #include  <stdlib.h>
7   #include  <math.h>
8  
9   #include  "meta.h"
10  
11 + #ifdef __cplusplus
12 + extern "C" {
13 + #endif
14 +
15   #define  MINDIVS  4             /* Minimum number of divisions for axis */
16  
17   #define  FTINY  1e-10           /* tiny float */
# Line 66 | Line 74 | extern int    ncurves;                 /* number of curves in file *
74  
75   extern char  *snagquo(), *instr();
76  
77 < extern double  atof(), floor(), ceil(), log();
77 >
78 > #ifdef __cplusplus
79 > }
80 > #endif
81 > #endif /* _RAD_TGRAPH_H_ */
82 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines