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.89 by greg, Fri Apr 3 17:06:16 2020 UTC vs.
Revision 2.90 by greg, Sat Apr 4 15:38:52 2020 UTC

# Line 147 | Line 147 | rtrace(                                /* trace rays from file */
147          setoutput(outvals);
148          if (imm_irrad)
149                  castonly = 0;
150 <        else if (castonly)
150 >        else if (castonly || every_out[0] != NULL)
151                  nproc = 1;              /* don't bother multiprocessing */
152          if ((nextflush > 0) & (nproc > nextflush)) {
153                  error(WARNING, "reducing number of processes to match flush interval");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines