* Rafael Laboissiere <raf...@debian.org> [2009-06-14 12:25]:

> I think that the different values of x_max and x_min explain the bug on
> the mips system.  I guess that this is caused by the following lines in
> pr-output.cc (function set_format):
> 
>       int x_max = max_abs == 0.0                                              
>                                                  
>         ? 0 : static_cast<int> (floor (log10 (max_abs) + 1.0));               
>                                                  
>                                                                               
>                                              
>       int x_min = min_abs == 0.0                                              
>                                                  
>         ? 0 : static_cast<int> (floor (log10 (min_abs) + 1.0));               
>                                                  

I meant lines 854 to 858 in pr-output.cc, in function 
set_format (const Complex& c, int& r_fw, int& i_fw)

-- 
Rafael



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to