Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-08-28 12:42:25


Author: johnmaddock
Date: 2007-08-28 12:42:24 EDT (Tue, 28 Aug 2007)
New Revision: 39043
URL: http://svn.boost.org/trac/boost/changeset/39043

Log:
Fixed quickbook build.
Text files modified:
   sandbox/math_toolkit/libs/math/doc/dist_tutorial.qbk | 2 +-
   sandbox/math_toolkit/libs/math/doc/distributions/nag_library.qbk | 2 +-
   sandbox/math_toolkit/libs/math/example/binomial_coinflip_example.cpp | 3 ++-
   3 files changed, 4 insertions(+), 3 deletions(-)

Modified: sandbox/math_toolkit/libs/math/doc/dist_tutorial.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/dist_tutorial.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/dist_tutorial.qbk 2007-08-28 12:42:24 EDT (Tue, 28 Aug 2007)
@@ -38,7 +38,7 @@
 
 [tip If you are familiar with statistics libraries using functions,
 and 'Distributions as Objects' seem alien, see
-[link math_toolkit.dist.stat_tut.weg.NAG_library the comparison to
+[link math_toolkit.dist.stat_tut.weg.nag_library the comparison to
 other statistics libraries.]
 ] [/tip]
 

Modified: sandbox/math_toolkit/libs/math/doc/distributions/nag_library.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/distributions/nag_library.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/distributions/nag_library.qbk 2007-08-28 12:42:24 EDT (Tue, 28 Aug 2007)
@@ -49,5 +49,5 @@
 
 See [@../../example/binomial_example_NAG_C.cpp binomial_example_NAG_C.cpp] for details.
 
-[endsect][/ section:NAG_library Comparison with C, R, FORTRAN-style Free Functions]
+[endsect][/ section:nag_library Comparison with C, R, FORTRAN-style Free Functions]
 

Modified: sandbox/math_toolkit/libs/math/example/binomial_coinflip_example.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/example/binomial_coinflip_example.cpp (original)
+++ sandbox/math_toolkit/libs/math/example/binomial_coinflip_example.cpp 2007-08-28 12:42:24 EDT (Tue, 28 Aug 2007)
@@ -163,8 +163,9 @@
   }
   catch(const std::exception& e)
   {
- //[#coinflip_eg_catch]
+ //
     /*`
+ [#coinflip_eg_catch]
     It is always essential to include try & catch blocks because
     default policies are to throw exceptions on arguments that
     are out of domain or cause errors like numeric-overflow.


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