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

Comparing ray/src/hd/holo.c (file contents):
Revision 3.21 by schorsch, Thu Jan 1 11:21:55 2004 UTC vs.
Revision 3.22 by greg, Fri May 20 02:06:39 2011 UTC

# Line 248 | Line 248 | hdray( /* compute ray within a beam */
248          FVECT   rd,             /* returned */
249          HOLO    *hp,
250          GCOORD  gc[2],
251 <        BYTE    r[2][2]
251 >        uby8    r[2][2]
252   )
253   {
254          FVECT   cp[4], p[2];
# Line 272 | Line 272 | hdray( /* compute ray within a beam */
272   extern double
273   hdinter(        /* compute ray intersection with section */
274          register GCOORD gc[2],  /* returned */
275 <        BYTE    r[2][2],        /* returned (optional) */
275 >        uby8    r[2][2],        /* returned (optional) */
276          double  *ed,            /* returned (optional) */
277          register HOLO   *hp,
278          FVECT   ro,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines