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.10 by gregl, Fri Dec 12 11:13:17 1997 UTC

# Line 78 | Line 78 | extern char    *outdev;        /* output device name */
78  
79   extern int      readinp;        /* read input from stdin */
80  
81 + extern int      force;          /* allow overwrite of holodeck */
82 +
83   extern int      nowarn;         /* turn warnings off? */
84  
85 < extern int      ncprocs;        /* number of compute processes */
85 > extern int      ncprocs;        /* number of requested compute processes */
86 > extern int      nprocs;         /* number of running compute processes */
87  
88   extern double   expval;         /* global exposure value */
89  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines