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

Comparing ray/src/meta/mgraph.h (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 6 | Line 6
6   *
7   *     Greg Ward Larson
8   */
9 + #ifndef _RAD_MGRAPH_H_
10 + #define _RAD_MGRAPH_H_
11  
12 + #ifdef __cplusplus
13 + extern "C" {
14 + #endif
15 +
16   #define  PI             3.14159265358979323846
17   #define  FHUGE          1e20
18   #define  FTINY          1e-7
# Line 102 | Line 108
108   typedef struct {
109          double  min, max, step;
110   }  BOUNDS;
111 +
112 + #ifdef __cplusplus
113 + }
114 + #endif
115 + #endif /* _RAD_MGRAPH_H_ */
116 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines