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

Comparing ray/src/gen/mkillum3.c (file contents):
Revision 2.6 by greg, Wed Aug 12 14:24:08 1992 UTC vs.
Revision 2.7 by greg, Sat Feb 22 02:07:24 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1991 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 to print mkillum objects
6   */
# Line 137 | Line 134 | FVECT  u, v, w;
134          printf("\t%f\t%f\t%f\n", v[0], v[1], v[2]);
135          printf("\t%f\t%f\t%f\n", w[0], w[1], w[2]);
136          il->dfnum++;
137 <        free((char *)Ninv);
137 >        free((void *)Ninv);
138   }
139  
140  
# Line 189 | Line 186 | int  n, m;
186          printf("\n\t%s il_alt il_azi", FNCFNM);
187          printf("\n0\n0\n");
188          il->dfnum++;
189 <        free((char *)Ninv);
190 <        free((char *)Sinv);
189 >        free((void *)Ninv);
190 >        free((void *)Sinv);
191   }
192  
193  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines