--- ray/src/rt/pmapio.h 2015/05/08 13:20:22 2.2 +++ ray/src/rt/pmapio.h 2015/08/18 18:45:55 2.4 @@ -1,3 +1,4 @@ +/* RCSid $Id: pmapio.h,v 2.4 2015/08/18 18:45:55 greg Exp $ */ /* ================================================================== Photon map file I/O @@ -8,7 +9,7 @@ supported by the Swiss National Science Foundation (SNSF, #147053) ================================================================== - $Id: pmapio.h,v 2.2 2015/05/08 13:20:22 rschregle Exp $ + $Id: pmapio.h,v 2.4 2015/08/18 18:45:55 greg Exp $ */ @@ -20,7 +21,7 @@ #define PMAP_FILEVER 160u /* File format version */ void savePhotonMap (const PhotonMap *pmap, const char *fname, - PhotonMapType type, int argc, char **argv); + int argc, char **argv); /* Save portable photon map of specified type to filename, along with the corresponding command line. */