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 1.10 by greg, Mon Jul 15 11:28:41 1991 UTC vs.
Revision 1.11 by greg, Wed Oct 23 15:19:25 1991 UTC

# Line 24 | Line 24 | int  ac;
24   char  *av[];
25   {
26          double  atof(), sin(), cos();
27 <        double  xfmat[4][4], m4[4][4];
27 >        MAT4  xfmat, m4;
28          double  xfsca, dtmp;
29          int  i, icnt;
30  
# Line 139 | Line 139 | int  ac;
139   char  *av[];
140   {
141          double  atof(), sin(), cos();
142 <        double  xfmat[4][4], m4[4][4];
142 >        MAT4  xfmat, m4;
143          double  xfsca, dtmp;
144          int  i, icnt;
145  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines