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

Comparing ray/src/common/multisamp.c (file contents):
Revision 2.6 by greg, Wed Apr 17 15:07:29 2024 UTC vs.
Revision 2.7 by greg, Tue Jul 2 18:04:08 2024 UTC

# Line 23 | Line 23 | multisamp(double t[], int n, double r)
23          int     ti[8];
24          double  s;
25  
26 +        while (n > 8)
27 +                t[--n] = frandom();
28          i = n;
29          while (i-- > 0)
30                  ti[i] = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines