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 2.5 by greg, Wed Mar 12 04:59:05 2003 UTC vs.
Revision 2.6 by schorsch, Thu Jun 26 00:58:10 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines