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

Comparing ray/src/cv/mgf2meta.c (file contents):
Revision 2.7 by schorsch, Mon Jun 30 14:59:11 2003 UTC vs.
Revision 2.8 by schorsch, Tue Oct 21 19:19:28 2003 UTC

# Line 16 | Line 16 | static const char      RCSid[] = "$Id$";
16   #define MX(v)   (int)(MSIZE*(v)[(proj_axis+1)%3])
17   #define MY(v)   (int)(MSIZE*(v)[(proj_axis+2)%3])
18  
19 < int     r_face();
19 > int     r_face(int ac, char **av);
20   int     proj_axis;
21   double  limit[3][2];
22   int     layer;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines