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.131 by greg, Sat Jun 10 15:49:55 2023 UTC vs.
Revision 2.132 by greg, Thu Nov 16 23:37:29 2023 UTC

# Line 1613 | Line 1613 | rpict(                         /* run rpict and pfilt for each view */
1613                  } else {
1614                          if (overture) {         /* run overture calculation */
1615                                  sprintf(combuf,
1616 <                                        "%s%s %s%s -x 64 -y 64 -ps 1 %s > %s",
1617 <                                                c_rpict, rep, vw, opts,
1616 >                                        "%s%s %s%s%s -x 64 -y 64 -ps 1 %s > %s",
1617 >                                                c_rpict, rep, vw, opts, po,
1618                                                  oct1name, overfile);
1619                                  if (!do_rpiece || !next_process(0)) {
1620                                          if (runcom(combuf)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines