ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/source.h
(Generate patch)

Comparing ray/src/rt/source.h (file contents):
Revision 2.7 by schorsch, Sat Jun 7 00:54:58 2003 UTC vs.
Revision 2.8 by greg, Tue Jun 24 15:37:01 2003 UTC

# Line 47 | Line 47 | typedef struct {
47                          int  sn;                /* next source to aim for */
48                  }  sv;                  /* virtual source */
49          } sa;                   /* source aiming information */
50 <        long  ntests, nhits;    /* shadow tests and hits */
50 >        unsigned long
51 >                ntests, nhits;  /* shadow tests and hits */
52          OBJREC  *so;            /* source destination object */
53   }  SRCREC;              /* light source */
54  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines