2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

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

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;