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

Comparing ray/src/rt/ray.h (file contents):
Revision 2.58 by greg, Sat Jan 18 03:49:00 2025 UTC vs.
Revision 2.59 by greg, Fri Jun 20 03:43:17 2025 UTC

# Line 104 | Line 104 | extern void    (*trace)(RAY*); /* global trace reporting
104  
105   extern int      dimlist[];      /* dimension list for distribution */
106   extern int      ndims;          /* number of dimensions so far */
107 < extern int      samplendx;      /* index for this sample */
107 > extern unsigned long
108 >                samplendx;      /* index for this sample */
109  
110   extern int      do_irrad;       /* compute irradiance? */
111  
# Line 215 | Line 216 | extern void    ray_done(int freall);
216   extern void     ray_save(RAYPARAMS *rp);
217   extern void     ray_restore(RAYPARAMS *rp);
218   extern void     ray_defaults(RAYPARAMS *rp);
219 + extern void     reset_random(void);
220                                          /* defined in raypcalls.c */
221   extern void     ray_pinit(char *otnm, int nproc);
222   extern int      ray_psend(RAY *r);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines