summaryrefslogtreecommitdiff
path: root/libs/math/test/beta_small_data.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/math/test/beta_small_data.ipp')
-rw-r--r--libs/math/test/beta_small_data.ipp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/math/test/beta_small_data.ipp b/libs/math/test/beta_small_data.ipp
index 2bbfba1e13..bdc94ef837 100644
--- a/libs/math/test/beta_small_data.ipp
+++ b/libs/math/test/beta_small_data.ipp
@@ -3,7 +3,7 @@
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- static const boost::array<boost::array<T, 3>, 21> beta_small_data = { {
+ static const boost::array<boost::array<typename table_type<T>::type, 3>, 21> beta_small_data = { {
{{ SC_(0.1730655412757187150418758392333984375e-5), SC_(0.1730655412757187150418758392333984375e-5), SC_(1155631.551635027016649268884796909927277) }},
{{ SC_(0.216575062950141727924346923828125e-5), SC_(0.1730655412757187150418758392333984375e-5), SC_(1039549.452063747329381617654200841254652) }},
{{ SC_(0.216575062950141727924346923828125e-5), SC_(0.216575062950141727924346923828125e-5), SC_(923467.3524924676425690820378921903570447) }},