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

Comparing ray/src/rt/srcsamp.c (file contents):
Revision 2.18 by greg, Wed Dec 28 18:39:36 2011 UTC vs.
Revision 2.19 by greg, Tue Jul 15 23:44:53 2014 UTC

# Line 40 | Line 40 | nextssamp(                     /* compute sample for source, rtn. distan
40   {
41          int  cent[3], size[3], parr[2];
42          SRCREC  *srcp;
43 <        FVECT  vpos;
43 >        double  vpos[3];
44          double  d;
45          int  i;
46   nextsample:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines