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.18 by greg, Thu May 11 20:17:56 1995 UTC vs.
Revision 2.19 by greg, Thu May 11 21:49:05 1995 UTC

# Line 34 | Line 34 | int    argc;
34   char    *argv[];
35   {
36          int     i, rv;
37 +                                /* print out parser version */
38 +        printf("## Translated from MGF Version %d.%d\n", MG_VMAJOR, MG_VMINOR);
39                                  /* initialize dispatch table */
40          mg_ehand[MG_E_COMMENT] = r_comment;     /* we pass comments */
41          mg_ehand[MG_E_COLOR] = c_hcolor;        /* they get color */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines