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.9 by greg, Sat Dec 15 15:01:40 1990 UTC vs.
Revision 1.10 by greg, Mon Jul 15 11:28:41 1991 UTC

# Line 132 | Line 132 | done:
132   }
133  
134  
135 #ifdef  INVXF
135   int
136   invxf(ret, ac, av)              /* invert transform specification */
137   register XF  *ret;
# Line 257 | Line 256 | char  *av[];
256          xf(&fx->f, ac, av);
257          return(invxf(&fx->b, ac, av));
258   }
260 #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines