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

Comparing ray/src/rt/t_func.c (file contents):
Revision 1.2 by greg, Tue Feb 21 14:56:22 1989 UTC vs.
Revision 1.3 by greg, Tue Mar 14 10:41:23 1989 UTC

# Line 71 | Line 71 | register RAY  *r;
71                  m->os = (char *)mxf;
72          }
73  
74 <        setmap(m, r, mxf->back.sca, mxf->back.xfm);
74 >        setmap(m, r, mxf->back.xfm, mxf->back.sca);
75  
76          if (!vardefined(sa[0]))
77                  loadfunc(sa[3]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines