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;