[CLN-list] cl_inhibit_floating_point_underflow

Michael Miller millermj at lemoyne.edu
Sun Oct 2 20:17:46 CEST 2011


On 10/02/2011 12:22 PM, Kåre Olaussen wrote:
> Hi.
>
> I cannot get this option to work. I set is globally as follows
>
>> using namespace std;
>> using namespace cln;
>>
>> bool cl_inhibit_floating_point_underflow = true;

Try without the "bool" e.g.

    cl_inhibit_floating_point_underflow = true;



More information about the CLN-list mailing list