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

Comparing ray/src/hd/rholo.c (file contents):
Revision 3.6 by gregl, Thu Nov 6 09:49:24 1997 UTC vs.
Revision 3.7 by gregl, Thu Nov 6 16:11:48 1997 UTC

# Line 399 | Line 399 | PACKET *pl;
399                                  (char *)hdnewrays(hdlist[p->hd],p->bi,p->nr),
400                                  p->nr*sizeof(RAYVAL));
401                          if (outdev != NULL)     /* display it */
402 <                                disp_packet(p);
402 >                                disp_packet((PACKHEAD *)p);
403                          else
404                                  nunflushed += p->nr;
405                          nraysdone += p->nr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines