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

Comparing ray/src/common/readoct.c (file contents):
Revision 1.9 by greg, Mon Sep 10 10:01:21 1990 UTC vs.
Revision 1.10 by greg, Wed Dec 12 22:43:57 1990 UTC

# Line 173 | Line 173 | getflt()                       /* get a floating point number */
173          double  d;
174  
175          d = (double)getint(4)/0x7fffffff;
176 <        return(ldexp(d, getint(1)));
176 >        return(ldexp(d, (int)getint(1)));
177   }
178          
179  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines