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.9 by greg, Tue Mar 27 11:40:10 1990 UTC

# 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