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.48 by greg, Tue Nov 22 02:28:03 2022 UTC vs.
Revision 2.49 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 92 | Line 92 | extern RNUMBER nrays;          /* total rays traced so far */
92   extern OBJREC  Lamb;            /* a Lambertian surface */
93   extern OBJREC  Aftplane;        /* aft clipping object */
94  
95 < extern void     (*trace)();     /* global trace reporting callback */
95 > extern void     (*trace)(RAY*); /* global trace reporting callback */
96  
97   extern int      dimlist[];      /* dimension list for distribution */
98   extern int      ndims;          /* number of dimensions so far */
# Line 247 | Line 247 | extern void    init_drawsources(int rad);
247   extern void     initotypes(void);
248                                          /* module main procedures */
249   extern void     rtrace(char *fname, int nproc);
250 < extern char     *formstr(int  f);
250 > extern const char       *formstr(int  f);
251   extern void     rview(void);
252   extern void     rpict(int seq, char *pout, char *zout, char *prvr);
253  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines