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

Comparing ray/src/hd/rholo.h (file contents):
Revision 3.8 by gregl, Mon Dec 8 18:51:15 1997 UTC vs.
Revision 3.12 by gregl, Mon Dec 15 20:41:39 1997 UTC

# Line 44 | Line 44 | typedef struct {
44   #define GRID            7               /* target grid size */
45   #define OBSTRUCTIONS    8               /* shall we track obstructions? */
46   #define VDIST           9               /* virtual distance calculation */
47 < #define OCCUPANCY       10              /* expected occupancy probability */
48 < #define REPORT          11              /* report interval and error file */
47 > #define REPORT          10              /* report interval and error file */
48  
49 < #define NRHVARS         12              /* number of variables */
49 > #define NRHVARS         11              /* number of variables */
50  
51   #define RHVINIT { \
52          {"render",      3,      0,      NULL,   catvalues}, \
# Line 60 | Line 59 | typedef struct {
59          {"GRID",        2,      0,      NULL,   fltvalue}, \
60          {"OBSTRUCTIONS",3,      0,      NULL,   boolvalue}, \
61          {"VDISTANCE",   2,      0,      NULL,   boolvalue}, \
63        {"OCCUPANCY",   3,      0,      NULL,   onevalue}, \
62          {"REPORT",      3,      0,      NULL,   onevalue}, \
63   }
64  
# Line 78 | Line 76 | extern char    *outdev;        /* output device name */
76  
77   extern int      readinp;        /* read input from stdin */
78  
79 + extern int      force;          /* allow overwrite of holodeck */
80 +
81   extern int      nowarn;         /* turn warnings off? */
82  
83 < extern int      ncprocs;        /* number of compute processes */
83 > extern int      ncprocs;        /* number of requested compute processes */
84 > extern int      nprocs;         /* number of running compute processes */
85  
86   extern double   expval;         /* global exposure value */
87  
88   extern time_t   starttime;      /* time we got started */
89   extern time_t   endtime;        /* time we should end by */
90   extern time_t   reporttime;     /* time for next report */
91 +
92 + extern long     nraysdone;      /* number of rays done */
93 + extern long     npacksdone;     /* number of packets done */
94  
95   extern int      rtargc;         /* rtrace command */
96   extern char     *rtargv[];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines