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

Comparing ray/src/ot/initotypes.c (file contents):
Revision 2.1 by greg, Tue Nov 12 17:00:57 1991 UTC vs.
Revision 2.3 by greg, Tue Mar 11 17:08:55 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1990 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Initialize ofun[] list for octree generator
6   */
# Line 18 | Line 15 | extern int  o_sphere();
15   extern int  o_face();
16   extern int  o_cone();
17   extern int  o_instance();
18 + extern int  o_mesh();
19  
20   FUN  ofun[NUMOTYPE] = INIT_OTYPE;
21  
# Line 33 | Line 31 | initotypes()                   /* initialize ofun array */
31          ofun[OBJ_TUBE].funp =
32          ofun[OBJ_RING].funp = o_cone;
33          ofun[OBJ_INSTANCE].funp = o_instance;
34 +        ofun[OBJ_MESH].funp = o_mesh;
35   }
36  
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines