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 2.10 by greg, Fri Mar 21 18:48:46 2003 UTC vs.
Revision 2.11 by schorsch, Thu Jun 26 00:58:09 2003 UTC

# Line 125 | Line 125 | FACE  *f;
125          double  x, y;
126          int  tst;
127          register int  xi, yi;
128 <        register FLOAT  *p0, *p1;
128 >        register RREAL  *p0, *p1;
129  
130          xi = (f->ax+1)%3;
131          yi = (f->ax+2)%3;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines