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

Comparing ray/src/common/xf.c (file contents):
Revision 2.1 by greg, Tue Nov 12 16:54:14 1991 UTC vs.
Revision 2.2 by greg, Thu Dec 19 14:45:41 1991 UTC

# Line 23 | Line 23 | register XF  *ret;
23   int  ac;
24   char  *av[];
25   {
26        double  atof(), sin(), cos();
26          MAT4  xfmat, m4;
27          double  xfsca, dtmp;
28          int  i, icnt;
# Line 138 | Line 137 | register XF  *ret;
137   int  ac;
138   char  *av[];
139   {
141        double  atof(), sin(), cos();
140          MAT4  xfmat, m4;
141          double  xfsca, dtmp;
142          int  i, icnt;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines