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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.96 by greg, Mon Jun 15 15:44:04 2020 UTC vs.
Revision 2.97 by greg, Mon Jun 15 20:27:42 2020 UTC

# Line 164 | Line 164 | rtrace(                                /* trace rays from file */
164          if (nproc > 1) {                /* start multiprocessing */
165                  ray_popen(nproc);
166                  ray_fifo_out = printvals;
167 <                ray_pnbatch = 1;        /* optimize for throughput */
167 >                ray_pnbatch = !nextflush;
168          }
169          if (hresolu > 0) {
170                  if (vresolu > 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines