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

Comparing ray/src/common/mesh.c (file contents):
Revision 2.5 by greg, Fri Apr 18 22:10:20 2003 UTC vs.
Revision 2.6 by greg, Wed Apr 23 00:52:33 2003 UTC

# Line 197 | Line 197 | OBJECT ti;
197  
198   int
199   getmeshvert(vp, mp, vid, what)  /* get triangle vertex from ID */
200 < MESHVERT*vp;
201 < MESH    *mp;
202 < int4    vid;
203 < int     what;
200 > MESHVERT        *vp;
201 > MESH            *mp;
202 > int4            vid;
203 > int             what;
204   {
205          int             pn = vid >> 8;
206          MESHPATCH       *pp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines