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

Comparing ray/src/util/glaresrc.c (file contents):
Revision 2.5 by schorsch, Fri Jan 2 12:51:54 2004 UTC vs.
Revision 2.6 by greg, Mon May 29 16:47:54 2006 UTC

# Line 14 | Line 14 | static const char      RCSid[] = "$Id$";
14   struct source   *curlist = NULL;        /* current source list */
15   struct source   *donelist = NULL;       /* finished sources */
16  
17 + void    pict_stats(void);
18 +
19   static struct srcspan * newspan(int     l, int  r, int  v, float        *sb);
20   static struct srcspan * newspan(int     l, int  r, int  v, float        *sb);
21   static void addindirect(int     h, int  v, double       br);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines