Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / doc / quadrature / naive_monte_carlo.qbk
index 69635a3..c1ba7f8 100644 (file)
@@ -5,7 +5,6 @@ Boost Software License, Version 1.0. (See accompanying file
 LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 ]
 
-
 [section:naive_monte_carlo Naive Monte Carlo Integration]
 
 [heading Synopsis]
@@ -162,4 +161,5 @@ However, here is an example which uses the 32-bit Mersenne twister random number
 
     naive_monte_carlo<Real, decltype(g), std::mt19937> mc(g, bounds, (Real) 0.001);
 
-[endsect]
+[endsect] [/section:naive_monte_carlo Naive Monte Carlo Integration]
+