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

Comparing ray/src/cv/mgf2rad.c (file contents):
Revision 2.23 by greg, Wed Jul 24 13:07:48 1996 UTC vs.
Revision 2.24 by gwlarson, Wed Jun 9 14:06:00 1999 UTC

# Line 23 | Line 23 | double glowdist = FHUGE;               /* glow test distance */
23  
24   double  emult = 1.;                     /* emitter multiplier */
25  
26 < FILE    *matfp = stdout;                /* material output file */
26 > FILE    *matfp;                         /* material output file */
27  
28   int     r_comment(), r_cone(), r_cyl(), r_face(), r_ies(), r_ring(), r_sph();
29   char    *material(), *object(), *addarg();
# Line 34 | Line 34 | int    argc;
34   char    *argv[];
35   {
36          int     i;
37 +
38 +        matfp = stdout;
39                                  /* print out parser version */
40          printf("## Translated from MGF Version %d.%d\n", MG_VMAJOR, MG_VMINOR);
41                                  /* initialize dispatch table */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines