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

Comparing ray/src/util/glare.h (file contents):
Revision 1.10 by greg, Thu Mar 21 17:11:48 1991 UTC vs.
Revision 1.12 by greg, Wed Apr 3 15:43:53 1991 UTC

# Line 6 | Line 6
6   * Common data structures for glare source finding routines
7   */
8  
9 #define DEBUG 1
10
9   #include "standard.h"
10   #include "view.h"
11   #include "color.h"
# Line 69 | Line 67 | extern struct source {
67   } *donelist;                    /* finished sources */
68  
69   extern double   getviewpix();
70 +
71 + extern long     npixinvw;       /* number of samples in view */
72 + extern long     npixmiss;       /* number of samples missing */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines