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

Comparing ray/src/rt/pmapopt.c (file contents):
Revision 2.9 by rschregle, Thu Jan 23 18:24:47 2020 UTC vs.
Revision 2.10 by rschregle, Mon Jun 15 22:18:57 2020 UTC

# Line 79 | Line 79 | int getPmapRenderOpt (int ac, char *av [])
79                
80              case 'm': /* Fixed max photon search radius */
81                 if (check(3, "f") || (maxDistFix = atof(av [1])) <= 0)
82 <                  error(USER, "invalid max photon search radius coefficient");
82 >                  error(USER, "invalid max photon search radius");
83  
84                 return 1;
85  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines