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

Comparing ray/src/px/pcomb.c (file contents):
Revision 2.14 by greg, Sun Feb 27 10:16:52 1994 UTC vs.
Revision 2.15 by greg, Fri Feb 17 18:37:20 1995 UTC

# Line 467 | Line 467 | double
467   l_ray(nam)              /* return ray origin or direction */
468   register char   *nam;
469   {
470 <        static long     ltick[MAXINP];
470 >        static unsigned long    ltick[MAXINP];
471          static FVECT    lorg[MAXINP], ldir[MAXINP];
472          FLOAT   loc[2];
473          double  d;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines