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.2 by rschregle, Fri May 8 13:20:22 2015 UTC vs.
Revision 2.5 by greg, Tue Sep 1 16:27:52 2015 UTC

# Line 1 | Line 1
1 + /* RCSid $Id$ */
2   /*
3     ==================================================================
4     Photon map file I/O
# Line 8 | Line 9
9     supported by the Swiss National Science Foundation (SNSF, #147053)
10     ==================================================================
11    
11   $Id$
12   */
13  
14  
# Line 20 | Line 20
20     #define PMAP_FILEVER 160u              /* File format version */
21    
22     void savePhotonMap (const PhotonMap *pmap, const char *fname,
23 <                       PhotonMapType type, int argc, char **argv);
23 >                       int argc, char **argv);
24     /* Save portable photon map of specified type to filename,
25        along with the corresponding command line. */
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines