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

Comparing ray/src/rt/srcsupp.c (file contents):
Revision 2.18 by greg, Mon Oct 25 22:57:45 2010 UTC vs.
Revision 2.19 by greg, Tue Jun 17 18:57:41 2014 UTC

# Line 19 | Line 19 | static const char      RCSid[] = "$Id$";
19  
20   #include  "face.h"
21  
22 < #define SRCINC          8               /* realloc increment for array */
22 > #define SRCINC          32              /* realloc increment for array */
23  
24   SRCREC  *source = NULL;                 /* our list of sources */
25   int  nsources = 0;                      /* the number of sources */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines