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

Comparing ray/src/cv/rad2mgf.c (file contents):
Revision 2.15 by gwlarson, Wed Oct 14 14:48:04 1998 UTC vs.
Revision 2.17 by schorsch, Sun Jun 8 12:03:09 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   * Convert Radiance scene description to MGF
6   */
# Line 11 | Line 8 | static char SCCSid[] = "$SunId$ LBL";
8   #include "standard.h"
9   #include <ctype.h>
10   #include <string.h>
11 + #include <stdio.h>
12 +
13 + #include "platform.h"
14   #include "object.h"
15   #include "color.h"
16   #include "lookup.h"
# Line 21 | Line 21 | int    o_face(), o_cone(), o_sphere(), o_ring(), o_cylind
21   int     o_instance(), o_illum();
22   int     o_plastic(), o_metal(), o_glass(), o_dielectric(),
23          o_mirror(), o_trans(), o_light();
24
25 extern int      free();
24  
25   LUTAB   rmats = LU_SINIT(free,NULL);            /* defined material table */
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines