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.1 by greg, Tue Feb 24 19:39:27 2015 UTC vs.
Revision 2.4 by greg, Tue Aug 18 18:45:55 2015 UTC

# Line 1 | Line 1
1 + /* RCSid $Id$ */
2   /*
3     ==================================================================
4     Photon map file I/O
5  
6     Roland Schregle (roland.schregle@{hslu.ch, gmail.com})
7     (c) Fraunhofer Institute for Solar Energy Systems,
8 <       Lucerne University of Applied Sciences & Arts
8 >   (c) Lucerne University of Applied Sciences and Arts,
9 >   supported by the Swiss National Science Foundation (SNSF, #147053)
10     ==================================================================
11    
12     $Id$
# Line 19 | Line 21
21     #define PMAP_FILEVER 160u              /* File format version */
22    
23     void savePhotonMap (const PhotonMap *pmap, const char *fname,
24 <                       PhotonMapType type, int argc, char **argv);
24 >                       int argc, char **argv);
25     /* Save portable photon map of specified type to filename,
26        along with the corresponding command line. */
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines