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.8 by rschregle, Tue May 17 17:39:47 2016 UTC vs.
Revision 2.10 by rschregle, Mon Jun 15 22:18:57 2020 UTC

# Line 60 | Line 60 | int getPmapRenderOpt (int ac, char *av [])
60                       return -1;
61                 }
62                 else {
63 <                  sprintf(errmsg, "no photon lookup bandwidth specified, "
64 <                          "using default %d", defaultGather);
63 >                  sprintf(errmsg, "missing photon lookup bandwidth, "
64 >                          "defaulting to %d", defaultGather);
65                    error(WARNING, errmsg);
66                    return 1;
67                 }
# 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