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

Comparing ray/src/rt/pmapmat.h (file contents):
Revision 2.14 by rschregle, Mon Feb 22 13:27:49 2021 UTC vs.
Revision 2.15 by greg, Tue Sep 17 16:36:05 2024 UTC

# Line 20 | Line 20
20  
21     #include "pmap.h"
22  
23 + #ifdef __cplusplus
24 + extern "C" {
25 + #endif
26 +
27     /*
28        Check for paths already accounted for in photon map to avoid
29        double-counting during backward raytracing.
# Line 100 | Line 104
104  
105     /* Find antimatter geometry declared as photon sensors */  
106     void getPhotonSensors (char **sensorList);
107 <  
107 >
108 > #ifdef __cplusplus
109 > }
110 > #endif
111 >
112   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines