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

Comparing ray/src/ot/init2otypes.c (file contents):
Revision 1.1 by greg, Wed May 29 17:33:19 1991 UTC vs.
Revision 2.3 by schorsch, Sat Mar 27 12:41:45 2004 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1991 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 bounding box checker
6   */
# Line 17 | Line 14 | static char SCCSid[] = "$SunId$ LBL";
14   FUN  ofun[NUMOTYPE] = INIT_OTYPE;
15  
16  
17 < o_default()                     /* default action is no intersection */
17 > int
18 > o_default(void)                 /* default action is no intersection */
19   {
20          return(O_MISS);
21   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines