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

Comparing ray/src/cv/ies2rad.c (file contents):
Revision 1.4 by greg, Thu Sep 5 13:17:13 1991 UTC vs.
Revision 1.5 by greg, Thu Oct 24 12:17:35 1991 UTC

# Line 551 | Line 551 | char   *mod, *name;
551                  perror(buf);
552                  return(-1);
553          }
554 <        if (cvdata(in, datout, 2, nangles, 1./470., bounds) != 0) {
554 >        if (cvdata(in, datout, 2, nangles, 1./WHTEFFICACY, bounds) != 0) {
555                  fprintf(stderr, "dosource: bad distribution data\n");
556                  fclose(datout);
557                  unlink(fullname(buf,name,T_DST));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines