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 1.19 by greg, Mon Jul 22 09:40:20 1991 UTC vs.
Revision 1.20 by greg, Tue Jul 30 12:56:36 1991 UTC

# Line 260 | Line 260 | int    np;
260                  fprintf(stderr, "%s: sending %d samples to rtrace...\n",
261                                  progname, np);
262   #endif
263 <        pb[6*np+3] = 0.; pb[6*np+4] = 0.; pb[6*np+5] = 0.;
263 >        bzero(pb+6*np, 6*sizeof(float));
264          if (process(rt_pd, pb, pb, 3*sizeof(float)*np,
265                          6*sizeof(float)*(np+1)) < 3*sizeof(float)*np) {
266                  fprintf(stderr, "%s: rtrace communication error\n",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines