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

Comparing ray/src/common/face.c (file contents):
Revision 1.5 by greg, Fri Aug 2 10:29:42 1991 UTC vs.
Revision 1.6 by greg, Wed Oct 23 13:43:14 1991 UTC

# Line 113 | Line 113 | FACE  *f;
113          int  ncross, n;
114          double  x, y;
115          register int  xi, yi;
116 <        register double  *p0, *p1;
116 >        register FLOAT  *p0, *p1;
117  
118          xi = (f->ax+1)%3;
119          yi = (f->ax+2)%3;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines