[CLN-list] cl_inhibit_floating_point_underflow
Kåre Olaussen
Kare.Olaussen at ntnu.no
Sun Oct 2 21:37:49 CEST 2011
Den 2. okt. 2011 kl. 20.17 skrev Michael Miller:
>> 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;
I had tried that (among several other things). The compiler complains
> preciseEigenvalues.cc:19: error: expected constructor, destructor, or type conversion before ‘=’ token
presumably because 'cl_inhibit_floating_point_underflow' is declared extern in the header.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cebix.net/pipermail/cln-list/attachments/20111002/6cf93764/attachment.html>
More information about the CLN-list
mailing list