--- ray/src/hd/rholo.h 1997/12/08 18:51:15 3.8 +++ ray/src/hd/rholo.h 1997/12/12 11:13:17 3.10 @@ -78,9 +78,12 @@ extern char *outdev; /* output device name */ extern int readinp; /* read input from stdin */ +extern int force; /* allow overwrite of holodeck */ + extern int nowarn; /* turn warnings off? */ -extern int ncprocs; /* number of compute processes */ +extern int ncprocs; /* number of requested compute processes */ +extern int nprocs; /* number of running compute processes */ extern double expval; /* global exposure value */