# | Line 212 | Line 212 | ray_pflush(void) /* send queued rays to idle childre | |
---|---|---|
212 | for (i = ray_pnprocs; nc && i--; ) { | |
213 | if (r_proc[i].npending > 0) | |
214 | continue; /* child looks busy */ | |
215 | < | n = (r_send_next - sfirst)/nc--; |
215 | > | n = (r_send_next - sfirst) / nc--; |
216 | if (!n) | |
217 | continue; | |
218 | /* smuggle set size in crtype */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |