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

Comparing ray/src/gen/mkillum2.c (file contents):
Revision 1.13 by greg, Mon Aug 26 10:16:56 1991 UTC vs.
Revision 1.14 by greg, Fri Nov 8 13:17:47 1991 UTC

# Line 291 | Line 291 | register struct rtproc  *rt;
291          if (rt->nrays <= 0)
292                  return;
293          bzero(rt->buf+6*rt->nrays, 6*sizeof(float));
294 +        errno = 0;
295          if ( process(rt->pd, (char *)rt->buf, (char *)rt->buf,
296                          3*sizeof(float)*rt->nrays,
297                          6*sizeof(float)*(rt->nrays+1)) <

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines