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

Comparing ray/src/cv/mgflib/xf.c (file contents):
Revision 1.13 by gregl, Mon Dec 15 09:41:37 1997 UTC vs.
Revision 1.14 by greg, Fri Feb 28 20:11:30 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1995 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Routines for 4x4 homogeneous, rigid-body transformations
6   */
# Line 22 | Line 19 | MAT4  m4ident = MAT4IDENT;
19  
20   static MAT4  m4tmp;             /* for efficiency */
21  
22 < XF_SPEC *xf_context;            /* current context */
22 > XF_SPEC *xf_context = NULL;     /* current context */
23   char    **xf_argend;            /* end of transform argument list */
24   static char     **xf_argbeg;    /* beginning of transform argument list */
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines