mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Fix header paths
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/math/concepts/real_concept.hpp>
|
||||
#include <boost/math/special_functions/bernoulli.hpp>
|
||||
#include <libs/math/test/table_type.hpp>
|
||||
#include "table_type.hpp"
|
||||
#include <boost/math/tools/test.hpp>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
@@ -301,7 +301,7 @@ void test()
|
||||
std::ios_base::fixed | std::ios_base::showpos}};
|
||||
|
||||
std::array<std::array<const char*, 13 * 9>, 40> string_data = {{
|
||||
#include "libs/math/test/string_data.ipp"
|
||||
#include "string_data.ipp"
|
||||
}};
|
||||
|
||||
double num = 123456789.0;
|
||||
|
||||
@@ -38,9 +38,9 @@ using boost::math::owens_t;
|
||||
#include <boost/test/tools/floating_point_comparison.hpp>
|
||||
#include <boost/array.hpp>
|
||||
|
||||
#include "libs/math/test/handle_test_result.hpp"
|
||||
#include "libs/math/test/table_type.hpp"
|
||||
#include "libs/math/test/functor.hpp"
|
||||
#include "handle_test_result.hpp"
|
||||
#include "table_type.hpp"
|
||||
#include "functor.hpp"
|
||||
#include "boost/math/tools/test_value.hpp"
|
||||
#include "test_owens_t.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user