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.13 by rschregle, Mon Feb 4 18:20:27 2019 UTC vs.
Revision 2.15 by greg, Tue Sep 17 16:36:05 2024 UTC

# Line 5 | Line 5
5    
6     Roland Schregle (roland.schregle@{hslu.ch, gmail.com})
7     (c) Fraunhofer Institute for Solar Energy Systems,
8 +       supported by the German Research Foundation
9 +       (DFG LU-204/10-2, "Fassadenintegrierte Regelsysteme FARESYS")
10     (c) Lucerne University of Applied Sciences and Arts,
11 <       supported by the Swiss National Science Foundation (SNSF, #147053)
11 >       supported by the Swiss National Science Foundation
12 >       (SNSF #147053, "Daylight Redirecting Components")
13     ======================================================================
14    
15   */
# Line 17 | 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 97 | 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