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

Comparing ray/src/rt/pmapio.h (file contents):
Revision 2.7 by rschregle, Fri Dec 7 20:07:41 2018 UTC vs.
Revision 2.8 by rschregle, Thu Feb 18 17:08:50 2021 UTC

# Line 2 | Line 2
2  
3   /*
4     ======================================================================
5 <   Photon map file I/O
5 >   Photon map portable file I/O
6  
7     Roland Schregle (roland.schregle@{hslu.ch, gmail.com})
8     (c) Fraunhofer Institute for Solar Energy Systems,
9 +       supported by the German Research Foundation
10 +       (DFG LU-204/10-2, "Fassadenintegrierte Regelsysteme FARESYS")
11     (c) Lucerne University of Applied Sciences and Arts,
12 <       supported by the Swiss National Science Foundation (SNSF, #147053)
12 >       supported by the Swiss National Science Foundation
13 >       (SNSF #147053, "Daylight Redirecting Components")  
14     ======================================================================
15    
16     $Id$
# Line 50 | Line 53
53     #define PMAP_FILEVER       (PMAP_FILEVER_MAJ PMAP_FILEVER_TYP \
54                                 PMAP_FILEVER_FLX PMAP_FILEVER_PRIPOS \
55                                 PMAP_FILEVER_PRIDIR)
56 +  
57 +   /* Maximum portable size of a long int in photon map file */
58 +   #define PMAP_LONGSIZE      8                              
59    
60    
61     void savePhotonMap (const PhotonMap *pmap, const char *fname,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines