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

Comparing ray/src/util/rad.c (file contents):
Revision 2.117 by greg, Wed May 27 14:26:04 2015 UTC vs.
Revision 2.118 by greg, Wed May 27 14:32:35 2015 UTC

# Line 644 | Line 644 | mkpmap(void)                   /* run mkpmap if indicated */
644                  for (cp = combuf; *cp; cp++)
645                          ;
646                  mkpmapopts(cp);
647 +                                /* force file overwrite */
648 +                cp = addarg(cp, "-fo+");
649                  if (vdef(REPORT)) {
650                          char    errfile[256];
651                          int     n;
# Line 657 | Line 659 | mkpmap(void)                   /* run mkpmap if indicated */
659                                  badvalue(REPORT);
660                  }
661                  if (pgmapname != NULL && pgmapdate < oct1date) {
660                        if (pgmapdate)
661                                rmfile(pgmapname);
662                          cp = addarg(cp, "-apg");
663                          addarg(cp, vval(PGMAP));
664                          cp = sskip(sskip(cp));  /* remove any bandwidth */
665                          *cp = '\0';
666                  }
667                  if (pcmapname != NULL && pcmapdate < oct1date) {
668                        if (pcmapdate)
669                                rmfile(pcmapname);
668                          cp = addarg(cp, "-apc");
669                          addarg(cp, vval(PCMAP));
670                          cp = sskip(sskip(cp));  /* remove any bandwidth */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines