# | 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 */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |