comparison DEPENDENCIES/generic/include/boost/math/special_functions/hankel.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
5 // or copy at http://www.boost.org/LICENSE_1_0.txt) 5 // or copy at http://www.boost.org/LICENSE_1_0.txt)
6 6
7 #ifndef BOOST_MATH_HANKEL_HPP 7 #ifndef BOOST_MATH_HANKEL_HPP
8 #define BOOST_MATH_HANKEL_HPP 8 #define BOOST_MATH_HANKEL_HPP
9 9
10 #include <boost/math/special_functions/math_fwd.hpp>
10 #include <boost/math/special_functions/bessel.hpp> 11 #include <boost/math/special_functions/bessel.hpp>
11 12
12 namespace boost{ namespace math{ 13 namespace boost{ namespace math{
13 14
14 namespace detail{ 15 namespace detail{