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

Comparing ray/src/hd/sm_qtree.h (file contents):
Revision 3.12 by gwlarson, Thu Jun 10 15:22:24 1999 UTC vs.
Revision 3.14 by greg, Thu May 15 05:13:35 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1998 Silicon Graphics, Inc. */
2 <
3 < /* SCCSid "$SunId$ SGI" */
4 <
1 > /* RCSid: $Id$ */
2   /*
3   *  sm_qtree.h - header file for routines using spherical quadtrees.
4   *
# Line 19 | Line 16
16   *
17   *              < -1:   it is an index to a set of objects
18   */
19 < #include "object.h"
19 >
20   typedef struct _FUNC {
21      int (*func)();
22      int (*func_after)();
# Line 45 | Line 42 | typedef struct _FUNC {
42  
43  
44   #ifndef  QT_MAX_BLK
45 < #ifdef  BIGMEM
49 < #define  QT_MAX_BLK     16383           /* maximum quadtree block */
50 < #else
45 > #ifdef  SMLMEM
46   #define  QT_MAX_BLK     2047            /* maximum quadtree block */
47 + #else
48 + #define  QT_MAX_BLK     16383           /* maximum quadtree block */
49   #endif
50   #endif
51  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines