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

Comparing ray/src/util/ranimove2.c (file contents):
Revision 3.7 by greg, Wed Jun 16 09:50:33 2004 UTC vs.
Revision 3.8 by greg, Tue Apr 19 01:15:07 2005 UTC

# Line 396 | Line 396 | ray_refine(                    /* refine the given pixel by tracing a r
396                          return(-1);
397                  if (nprocs > 1) {
398                          int     rval;
399 <                        rayorigin(&ir, NULL, PRIMARY, 1.0);
399 >                        rayorigin(&ir, PRIMARY, NULL, NULL);
400                          ir.rno = n;
401                          rval = ray_pqueue(&ir);
402                          if (!rval)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines