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.6 by greg, Thu Mar 18 11:21:21 1993 UTC vs.
Revision 2.7 by greg, Mon Apr 5 16:40:07 1993 UTC

# Line 563 | Line 563 | char   *mod, *name;
563          else if (pmtype == PM_B)
564                  fprintf(out, "5 ");
565          else if (FEQ(bounds[1][0],90.) && FEQ(bounds[1][1],270.))
566 <                fprintf(out, "8 ");
566 >                fprintf(out, "7 ");
567          else
568 <                fprintf(out, "6 ");
568 >                fprintf(out, "5 ");
569          fprintf(out, "%s %s source.cal ",
570                          srcshape.type==SPHERE ? "corr" : "flatcorr",
571                          libname(buf,name,T_DST));
# Line 584 | Line 584 | char   *mod, *name;
584                                  fprintf(out, "src_phi2 ");
585                          else
586                                  fprintf(out, "src_phi ");
587 <                        fprintf(out, "src_theta -my ");
587 >                        fprintf(out, "src_theta ");
588                          if (FEQ(bounds[1][0],90.) && FEQ(bounds[1][1],270.))
589                                  fprintf(out, "-rz -90 ");
590                  } else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines