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

Comparing ray/src/hd/sm_stree.h (file contents):
Revision 3.6 by greg, Sat Feb 22 02:07:25 2003 UTC vs.
Revision 3.7 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 3 | Line 3
3   *  sm_stree.h - header file for spherical quadtree code:
4   *            
5   */
6 + #ifndef _RAD_SM_STREE_H_
7 + #define _RAD_SM_STREE_H_
8  
9 + #ifdef __cplusplus
10 + extern "C" {
11 + #endif
12 +
13 +
14   #define STR_INDEX(s)  (stRoot_indices[(s)])
15   #define STR_NTH_INDEX(s,n)  (stRoot_indices[(s)][(n)])
16  
# Line 81 | Line 88 | extern FVECT stDefault_base[6];
88   extern STREE *stAlloc();
89   extern QUADTREE stPoint_locate();
90  
91 <
92 <
91 > #ifdef __cplusplus
92 > }
93 > #endif
94 > #endif /* _RAD_SM_STREE_H_ */
95  
96  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines