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

Comparing ray/src/util/glareval.c (file contents):
Revision 2.19 by greg, Tue Nov 29 20:45:21 2022 UTC vs.
Revision 2.20 by greg, Mon Jun 3 18:55:51 2024 UTC

# Line 284 | Line 284 | rt_compute(            /* process buffer through rtrace */
284                                  progname, np);
285   #endif
286          memset(pb+6*np, '\0', 6*sizeof(float));
287 <        if (process(&rt_pd, (char *)pb, (char *)pb, 3*sizeof(float)*(np+1),
287 >        if (process(&rt_pd, pb, pb, 3*sizeof(float)*(np+1),
288                          6*sizeof(float)*(np+1)) < 3*sizeof(float)*(np+1)) {
289                  fprintf(stderr, "%s: rtrace communication error\n",
290                                  progname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines