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

Comparing ray/src/rt/pmapio.c (file contents):
Revision 2.13 by rschregle, Thu Feb 18 17:08:50 2021 UTC vs.
Revision 2.14 by greg, Thu Mar 3 03:55:13 2022 UTC

# Line 80 | Line 80 | void savePhotonMap (const PhotonMap *pmap, const char
80        fprintf(file, "%d primary rays\n", pmap -> numPrimary);
81    
82     /* Write format, including human-readable file version */
83 <   fputformat((char*)pmapFormat [pmap -> type], file);
83 >   fputformat(pmapFormat [pmap -> type], file);
84     fprintf(file, "VERSION=%s\n", PMAP_FILEVER);
85    
86     /* Empty line = end of header */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines