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

Comparing ray/src/px/pcond4.c (file contents):
Revision 3.9 by greg, Thu Oct 10 16:36:39 1996 UTC vs.
Revision 3.10 by greg, Fri Oct 11 10:23:59 1996 UTC

# Line 381 | Line 381 | initacuity()                   /* initialize variable acuity sampling
381                          }
382                          fcross(cp, diffx, diffy);
383                          omega = 0.5 * sqrt(DOT(cp,cp));
384 <                        if (omega <= FTINY)
384 >                        if (omega <= FTINY*FTINY)
385                                  tsampr(x,y) = 1.;
386                          else if ((tsampr(x,y) = PI/180. / sqrt(omega) /
387                                          hacuity(plum(fovscan(y)[x]))) > maxsr)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines