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

Comparing ray/src/rt/rv2.c (file contents):
Revision 1.27 by greg, Mon Aug 26 12:53:21 1991 UTC vs.
Revision 1.28 by greg, Thu Oct 10 12:08:58 1991 UTC

# Line 542 | Line 542 | char  *s;
542   writepict(s)                            /* write the picture to a file */
543   char  *s;
544   {
545 +        extern char  VersionID[];
546          static char  buf[128];
547          char  *fname;
548          FILE  *fp;
# Line 565 | Line 566 | char  *s;
566          fputs(progname, fp);
567          fprintview(&ourview, fp);
568          putc('\n', fp);
569 +        fprintf(fp, "SOFTWARE= %s\n", VersionID);
570          if (exposure != 1.0)
571                  fputexpos(exposure, fp);
572          if (dev->pixaspect != 1.0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines