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 2.23 by schorsch, Sat Nov 15 13:29:23 2003 UTC vs.
Revision 2.24 by greg, Wed Oct 5 05:17:41 2005 UTC

# Line 736 | Line 736 | dosource(      /* create source and distribution */
736                  fprintf(out, "7 ");
737          else
738                  fprintf(out, "5 ");
739 <        dolower = (bounds[0][0] < 90.);
740 <        doupper = (bounds[0][1] > 90.);
739 >        dolower = (bounds[0][0] < 90.-FTINY);
740 >        doupper = (bounds[0][1] > 90.+FTINY);
741          dosides = (doupper & dolower && sinf->h > MINDIM);
742          fprintf(out, "%s %s source.cal ",
743                          sinf->type==SPHERE ? "corr" :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines