From aa5fca355c7c01e0a641beae2e954d75bb4de934 Mon Sep 17 00:00:00 2001 From: "Paul A. Bristow" Date: Thu, 31 Aug 2006 17:41:19 +0000 Subject: [PATCH] added newline at end of last line #endif // BOOST_MATH_DISTRIBUTIONS_CHI_SQUARED_HPP to avoid fatal compile error. Noted failure to throw 12 expected exceptions - will investigate why. [SVN r3175] --- include/boost/math/distributions/chi_squared.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/math/distributions/chi_squared.hpp b/include/boost/math/distributions/chi_squared.hpp index 37da839d4..66979bffe 100644 --- a/include/boost/math/distributions/chi_squared.hpp +++ b/include/boost/math/distributions/chi_squared.hpp @@ -250,4 +250,4 @@ RealType chi_squared_distribution::estimate_degrees_of_freedom( // keep compilers that support two-phase lookup happy. #include -#endif // BOOST_MATH_DISTRIBUTIONS_CHI_SQUARED_HPP \ No newline at end of file +#endif // BOOST_MATH_DISTRIBUTIONS_CHI_SQUARED_HPP