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 2.2 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 2.3 by schorsch, Sat Mar 27 12:41:45 2004 UTC

# Line 14 | Line 14 | static const char      RCSid[] = "$Id$";
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