$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2007-08-29 05:02:54
Author: johnmaddock
Date: 2007-08-29 05:02:53 EDT (Wed, 29 Aug 2007)
New Revision: 39049
URL: http://svn.boost.org/trac/boost/changeset/39049
Log:
Disabled broken includes, will re-enable later when those headers are complete.
Text files modified: 
   sandbox/math_toolkit/boost/math/distributions.hpp |     5 +++--                                   
   1 files changed, 3 insertions(+), 2 deletions(-)
Modified: sandbox/math_toolkit/boost/math/distributions.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/distributions.hpp	(original)
+++ sandbox/math_toolkit/boost/math/distributions.hpp	2007-08-29 05:02:53 EDT (Wed, 29 Aug 2007)
@@ -34,8 +34,9 @@
 #include <boost/math/distributions/weibull.hpp>
 // find location and shape for appropriate distributions,
 // normal, cauchy, lognormal, symmetric triangular
-#include <boost/math/distributions/find_scale.hpp>
-#include <boost/math/distributions/find_location.hpp>
+// Disabled for now, these are still work in progress.
+//#include <boost/math/distributions/find_scale.hpp>
+//#include <boost/math/distributions/find_location.hpp>
 
 #endif // BOOST_MATH_DISTRIBUTIONS_HPP