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.3 by schorsch, Mon Jun 30 14:59:13 2003 UTC vs.
Revision 3.4 by greg, Mon Jul 7 17:21:51 2003 UTC

# Line 428 | Line 428 | long   nrays;
428          int     i;
429                                          /* skip if nothing significant */
430          if (ndtset && cerrzero)
431 <                return;
431 >                return(0);
432                                          /* initialize priority list */
433          pord = (int *)malloc(sizeof(int)*hres*vres);
434          for (i = hres*vres; i--; )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines