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 2.9 by greg, Sat Feb 22 02:07:24 2003 UTC vs.
Revision 2.10 by schorsch, Thu Jun 26 00:58:09 2003 UTC

# Line 6 | Line 6 | static const char      RCSid[] = "$Id$";
6   */
7  
8   #include  "mkillum.h"
9
9   #include  "face.h"
11
10   #include  "cone.h"
13
11   #include  "random.h"
12  
13  
# Line 302 | Line 299 | register struct rtproc  *rt;
299                  return;
300          bzero(rt->buf+6*rt->nrays, 6*sizeof(float));
301          errno = 0;
302 <        if ( process(rt->pd, (char *)rt->buf, (char *)rt->buf,
302 >        if ( process(&(rt->pd), (char *)rt->buf, (char *)rt->buf,
303                          3*sizeof(float)*(rt->nrays+1),
304                          6*sizeof(float)*(rt->nrays+1)) <
305                          3*sizeof(float)*(rt->nrays+1) )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines