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

Comparing ray/src/rt/pmapdata.c (file contents):
Revision 2.1 by greg, Tue Feb 24 19:39:26 2015 UTC vs.
Revision 2.2 by rschregle, Wed Apr 22 15:44:57 2015 UTC

# Line 384 | Line 384 | void findPhotons (PhotonMap* pmap, const RAY* ray)
384                 error(WARNING, errmsg);
385   #endif
386              }
387 + #ifdef PMAP_LOOKUP_REDO
388              else {
389                 sprintf(errmsg, "max photon lookup radius clamped to %.1e",
390                         pmap -> maxDist0);
391                 error(WARNING, errmsg);
392              }
393 + #endif
394           }
395          
396           /* Reset successful lookup counter */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines