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.29 by gwlarson, Wed Nov 11 10:56:07 1998 UTC vs.
Revision 3.30 by gwlarson, Thu Dec 10 10:45:02 1998 UTC

# Line 22 | Line 22 | static char SCCSid[] = "$SunId$ SGI";
22   #define PCTFREE         15      /* maximum fraction to free (%) */
23   #endif
24   #ifndef MAXFRAG
25 < #define MAXFRAG         32767   /* maximum fragments/file to track (0==inf) */
25 > #define MAXFRAG         8191    /* maximum fragments/file to track (0==inf) */
26   #endif
27   #ifndef MINDIRSEL
28                                  /* minimum directory seek length */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines