Skip to content

Commit 0bc82bf

Browse files
committed
Fix typo
1 parent a0c9289 commit 0bc82bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/math/special_functions/detail/lgamma_small.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ T gamma_imp(T z, const Policy& pol, const lanczos::undefined_lanczos& l);
3838
// lgamma for small arguments:
3939
//
4040
template <class T, class Policy, class Lanczos>
41-
BOOST_GPU_ENABLED T lgamma_small_imp(T z, T zm1, T zm2, const std::integral_constant<int, 64>&, const Policy& /* l */, const Lanczos&)
41+
BOOST_MATH_GPU_ENABLED T lgamma_small_imp(T z, T zm1, T zm2, const std::integral_constant<int, 64>&, const Policy& /* l */, const Lanczos&)
4242
{
4343
// This version uses rational approximations for small
4444
// values of z accurate enough for 64-bit mantissas

0 commit comments

Comments
 (0)