ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/sphere.c
(Generate patch)

Comparing ray/src/rt/sphere.c (file contents):
Revision 1.4 by greg, Wed May 22 16:59:44 1991 UTC vs.
Revision 1.5 by greg, Wed Oct 23 13:43:48 1991 UTC

# Line 23 | Line 23 | register RAY  *r;
23          double  root[2];        /* quadratic roots */
24          int  nroots;
25          double  t;
26 <        register double  *ap;
26 >        register FLOAT  *ap;
27          register int  i;
28  
29          if (so->oargs.nfargs != 4)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines