--- ray/src/hd/rholo.h 1997/12/08 18:51:15 3.8 +++ ray/src/hd/rholo.h 1997/12/11 11:51:20 3.9 @@ -80,7 +80,8 @@ extern int readinp; /* read input from stdin */ 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 */