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

Comparing ray/src/rt/o_mesh.c (file contents):
Revision 2.9 by schorsch, Mon Jul 21 22:30:19 2003 UTC vs.
Revision 2.10 by schorsch, Tue Mar 30 16:13:01 2004 UTC

# Line 26 | Line 26 | static const char RCSid[] = "$Id$";
26   #include  "ray.h"
27   #include  "mesh.h"
28   #include  "tmesh.h"
29 + #include  "rtotypes.h"
30  
31  
32   #define  EDGE_CACHE_SIZ         251     /* length of mesh edge cache */
# Line 144 | Line 145 | RAY    *r;
145   }
146  
147  
148 < int
149 < o_mesh(o, r)                    /* compute ray intersection with a mesh */
150 < OBJREC          *o;
151 < register RAY    *r;
148 > extern int
149 > o_mesh(                 /* compute ray intersection with a mesh */
150 >        OBJREC          *o,
151 >        register RAY    *r
152 > )
153   {
154          RAY             rcont;
155          int             flags;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines