Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50624 - sandbox/math_toolkit/libs/math/example
From: pbristow_at_[hidden]
Date: 2009-01-16 05:02:00


Author: pbristow
Date: 2009-01-16 05:01:59 EST (Fri, 16 Jan 2009)
New Revision: 50624
URL: http://svn.boost.org/trac/boost/changeset/50624

Log:
added laplace example
Text files modified:
   sandbox/math_toolkit/libs/math/example/Jamfile.v2 | 19 ++++++++++---------
   1 files changed, 10 insertions(+), 9 deletions(-)

Modified: sandbox/math_toolkit/libs/math/example/Jamfile.v2
==============================================================================
--- sandbox/math_toolkit/libs/math/example/Jamfile.v2 (original)
+++ sandbox/math_toolkit/libs/math/example/Jamfile.v2 2009-01-16 05:01:59 EST (Fri, 16 Jan 2009)
@@ -7,8 +7,8 @@
 # bring in the rules for testing
 import testing ;
 
-project
- : requirements
+project
+ : requirements
       <toolset>gcc:<cxxflags>-Wno-missing-braces
       <toolset>darwin:<cxxflags>-Wno-missing-braces
       <toolset>acc:<cxxflags>+W2068,2461,2236,4070
@@ -16,13 +16,13 @@
       <toolset>msvc:<warnings>all
       <toolset>msvc:<asynch-exceptions>on
       <toolset>msvc:<cxxflags>/wd4996
- <toolset>msvc:<cxxflags>/wd4512
- <toolset>msvc:<cxxflags>/wd4610
- <toolset>msvc:<cxxflags>/wd4510
- <toolset>msvc:<cxxflags>/wd4127
- <toolset>msvc:<cxxflags>/wd4701
- <toolset>msvc:<cxxflags>/wd4127
- <toolset>msvc:<cxxflags>/wd4305
+ <toolset>msvc:<cxxflags>/wd4512
+ <toolset>msvc:<cxxflags>/wd4610
+ <toolset>msvc:<cxxflags>/wd4510
+ <toolset>msvc:<cxxflags>/wd4127
+ <toolset>msvc:<cxxflags>/wd4701
+ <toolset>msvc:<cxxflags>/wd4127
+ <toolset>msvc:<cxxflags>/wd4305
       <include>../../..
     ;
 
@@ -43,6 +43,7 @@
 run find_mean_and_sd_normal.cpp ;
 run find_root_example.cpp ;
 run find_scale_example.cpp ;
+run laplace_example.cpp ;
 run nc_chi_sq_example.cpp ;
 run neg_binom_confidence_limits.cpp ;
 run neg_binomial_sample_sizes.cpp ;


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