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

Comparing ray/src/rt/pmapooc.h (file contents):
Revision 1.2 by rschregle, Wed Apr 8 15:14:21 2020 UTC vs.
Revision 1.3 by greg, Tue Sep 17 16:36:05 2024 UTC

# Line 17 | Line 17
17    
18     #include "oocnn.h"
19  
20 + #ifdef __cplusplus
21 + extern "C" {
22 + #endif
23 +
24    
21  
25     /* Suffixes for octree filenames */
26     /* #define PMAP_OOC_NODESUFFIX   ".node"
27        #define PMAP_OOC_HEAPSUFFIX   ".heap" */
# Line 81 | Line 84
84     /* Retrieve photon from NN search queue after OOC_FindPhotons() */
85  
86     PhotonIdx OOC_FirstPhoton (const struct PhotonMap* pmap);
87 <   /* Return index to first photon in octree */    
87 >   /* Return index to first photon in octree */
88 >
89 > #ifdef __cplusplus
90 > }
91 > #endif
92 >
93   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines