Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56615 - sandbox/random/libs/random/doc
From: troyer_at_[hidden]
Date: 2009-10-06 08:16:12


Author: troyer
Date: 2009-10-06 08:16:12 EDT (Tue, 06 Oct 2009)
New Revision: 56615
URL: http://svn.boost.org/trac/boost/changeset/56615

Log:
Fixed typo in closing tags
Text files modified:
   sandbox/random/libs/random/doc/parallel.html | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/random/libs/random/doc/parallel.html
==============================================================================
--- sandbox/random/libs/random/doc/parallel.html (original)
+++ sandbox/random/libs/random/doc/parallel.html 2009-10-06 08:16:12 EDT (Tue, 06 Oct 2009)
@@ -267,7 +267,7 @@
 broadcasts the global seed <code>s</code> from the root rank given by the <code>root</code> argument and then
 calls the seed function with the same arguments.
 
-<h2><a name="lcg64"/>64-bit linear congruential generator <code>lcg64</code><h2>
+<h2><a name="lcg64"/>64-bit linear congruential generator <code>lcg64</code></h2>
 
 <h3>Header <code>&lt;boost/random/parallel/lcg64.hpp&gt;</code></h3>
 
@@ -309,7 +309,7 @@
 which is given as template parameter is different for the three generators . The prime additive constant c is chosen depending
 on the stream number, thus giving independent sequences for each stream.
 
-<h2><a name="well"/>The WELL generators <h2>
+<h2><a name="well"/>The WELL generators </h2>
 
 <h3>Header <code>&lt;boost/random/parallel/well.hpp&gt;</code></h3>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk