2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 19:12:08 +00:00

Merge pull request #280 from boostorg/i278

Fixes #278 non BOOST-prefixed macros
This commit is contained in:
Nick
2019-12-21 14:29:31 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -10,8 +10,8 @@
// This header contains implementation details for estimating the zeros
// of the Airy functions airy_ai and airy_bi on the negative real axis.
//
#ifndef _AIRY_AI_BI_ZERO_2013_01_20_HPP_
#define _AIRY_AI_BI_ZERO_2013_01_20_HPP_
#ifndef BOOST_MATH_AIRY_AI_BI_ZERO_2013_01_20_HPP_
#define BOOST_MATH_AIRY_AI_BI_ZERO_2013_01_20_HPP_
#include <boost/math/constants/constants.hpp>
#include <boost/math/special_functions/cbrt.hpp>
@@ -157,4 +157,4 @@
} // namespace math
} // namespaces boost
#endif // _AIRY_AI_BI_ZERO_2013_01_20_HPP_
#endif // BOOST_MATH_AIRY_AI_BI_ZERO_2013_01_20_HPP_

View File

@@ -15,8 +15,8 @@
// for small order, uniform asymptotic expansion for large order,
// and iteration and root interlacing for negative order.
//
#ifndef _BESSEL_JY_ZERO_2013_01_18_HPP_
#define _BESSEL_JY_ZERO_2013_01_18_HPP_
#ifndef BOOST_MATH_BESSEL_JY_ZERO_2013_01_18_HPP_
#define BOOST_MATH_BESSEL_JY_ZERO_2013_01_18_HPP_
#include <algorithm>
#include <boost/math/constants/constants.hpp>
@@ -614,4 +614,4 @@
} // namespace bessel_zero
} } } // namespace boost::math::detail
#endif // _BESSEL_JY_ZERO_2013_01_18_HPP_
#endif // BOOST_MATH_BESSEL_JY_ZERO_2013_01_18_HPP_