--- ray/src/px/pcond2.c 1996/10/04 16:10:41 3.2 +++ ray/src/px/pcond2.c 1996/10/04 18:34:57 3.3 @@ -20,7 +20,10 @@ double inpexp = 1.0; /* input exposure value */ char *mbcalfile = NULL; /* macbethcal mapping file */ -static struct mbc mbcond; /* macbethcal conditioning struct */ +static struct mbc { + float xa[3][6], ya[3][6]; + COLORMAT cmat; +} mbcond; /* macbethcal conditioning struct */ static COLOR *scanbuf; /* scanline processing buffer */ static int nread; /* number of scanlines processed */