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

Comparing ray/src/rt/pmaprand.h (file contents):
Revision 2.8 by rschregle, Mon Aug 14 21:12:10 2017 UTC vs.
Revision 2.9 by greg, Tue Sep 17 16:36:05 2024 UTC

# Line 44 | Line 44
44     #define pmapRandom(state)     erand48(state)
45   #endif
46  
47 + #ifdef __cplusplus
48 + extern "C" {
49 + #endif
50        
51     extern unsigned short partState [3], emitState [3], cntState [3],
52                           mediumState [3], scatterState [3], rouletteState [3],
53                           randSeed;
54 +                        
55 + #ifdef __cplusplus
56 + }
57 + #endif
58 +
59   #endif
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines