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

Comparing ray/src/hd/rhdobj.c (file contents):
Revision 3.22 by greg, Fri Feb 28 05:18:49 2020 UTC vs.
Revision 3.23 by greg, Fri Aug 2 18:46:27 2024 UTC

# Line 909 | Line 909 | dobj_trace(    /* check for ray intersection with object(
909                  VCOPY(darr, rorg); VCOPY(darr+3, rdir);
910          }
911                                  /* trace it */
912 <        if (process(&op->rtp, (char *)darr, (char *)darr, sizeof(double),
912 >        if (process(&op->rtp, darr, darr, sizeof(double),
913                          6*sizeof(double)) != sizeof(double))
914                  error(SYSTEM, "rtrace communication error");
915                                  /* return distance */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines