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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 1.8 by greg, Fri Jan 19 00:00:26 1990 UTC vs.
Revision 1.10 by greg, Tue Jun 26 09:00:15 1990 UTC

# Line 53 | Line 53 | int  ambincl = -1;                     /* include == 1, exclude == 0 */
53  
54   static RAY  thisray;                    /* for our convenience */
55  
56 < extern int  oputo(), oputd(), oputv(), oputl(),
56 > static int  oputo(), oputd(), oputv(), oputl(),
57                  oputp(), oputn(), oputs(), oputw(), oputm();
58  
59   static int  (*ray_out[10])(), (*every_out[10])();
60  
61 < extern int  puta(), putf(), putd();
61 > static int  puta(), putf(), putd();
62  
63   static int  (*putreal)();
64  
# Line 299 | Line 299 | static
299   oputl(r)                                /* print length */
300   register RAY  *r;
301   {
302 <        if (r->rot < FHUGE)
303 <                (*putreal)(r->rot);
304 <        else
305 <                (*putreal)(0.0);
302 >        (*putreal)(r->rt);
303   }
304  
305  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines