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

Comparing ray/src/rt/mkpmap.c (file contents):
Revision 2.1 by greg, Tue Feb 24 19:39:26 2015 UTC vs.
Revision 2.2 by greg, Thu May 21 05:54:54 2015 UTC

# Line 44 | Line 44 | double seccg = 0;                       /* global scat
44   int ambincl = -1;                       /* photon port flag */
45   char *amblist [AMBLLEN + 1];            /* photon port list */
46   char *diagFile = NULL;                  /* diagnostics output file */
47 <
47 > int rand_samp = 1;                      /* uncorrelated random sampling */
48  
49  
50   /* Dummies for linkage */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines