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.9 by rschregle, Thu Jan 23 18:24:47 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                 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines