--- ray/src/rt/sphere.c 1991/05/22 16:59:44 1.4 +++ ray/src/rt/sphere.c 1991/11/12 17:10:00 2.1 @@ -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)