--- ray/src/rt/sphere.c 1991/05/22 16:59:44 1.4 +++ ray/src/rt/sphere.c 1991/10/23 13:43:48 1.5 @@ -23,7 +23,7 @@ register RAY *r; double root[2]; /* quadratic roots */ int nroots; double t; - register double *ap; + register FLOAT *ap; register int i; if (so->oargs.nfargs != 4)