Fix ooura_fourier_integral_test long double fail

[ci skip]
This commit is contained in:
Matt Borland 2021-03-16 20:23:50 +03:00
parent 94f3ed7086
commit 10dd92f248
No known key found for this signature in database
GPG Key ID: 46870490AC0E8370

View File

@ -87,6 +87,7 @@ void test_ooura_sin_nodes_and_weights()
{
using boost::math::quadrature::detail::ooura_sin_node_and_weight;
using boost::math::quadrature::detail::ooura_eta;
using std::exp;
std::cout << "Testing nodes and weights on type " << boost::typeindex::type_id<Real>().pretty_name() << "\n";
{
long n = 1;