I cannot get this option to work. I set is globally as followsusing namespace std;using namespace cln;bool cl_inhibit_floating_point_underflow = true;
Try without the "bool" e.g.
cl_inhibit_floating_point_underflow = true;
preciseEigenvalues.cc:19: error: expected constructor, destructor, or type conversion before ‘=’ token