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.11 by gregl, Fri Dec 12 18:33:51 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines