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

Comparing ray/src/hd/holofile.c (file contents):
Revision 3.49 by schorsch, Mon Jun 30 14:59:11 2003 UTC vs.
Revision 3.50 by greg, Mon Jul 7 17:21:50 2003 UTC

# Line 491 | Line 491 | register HDBEAMI       *hb1, *hb2;
491   hdloadbeams(hb, n, bf)  /* load a list of beams in optimal order */
492   register HDBEAMI        *hb;    /* list gets sorted by hdfilord() */
493   int     n;                      /* list length */
494 < int     (*bf)();                /* callback function (optional) */
494 > void    (*bf)();                /* callback function (optional) */
495   {
496          unsigned        origcachesize, memuse;
497          int     bytesloaded, needbytes, bytes2free;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines