|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55940 - sandbox/statistics/survival_data/boost/survival
From: erwann.rogard_at_[hidden]
Date: 2009-08-31 21:30:51
Author: e_r
Date: 2009-08-31 21:30:50 EDT (Mon, 31 Aug 2009)
New Revision: 55940
URL: http://svn.boost.org/trac/boost/changeset/55940
Log:
m
Text files modified:
sandbox/statistics/survival_data/boost/survival/constant.hpp | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
Modified: sandbox/statistics/survival_data/boost/survival/constant.hpp
==============================================================================
--- sandbox/statistics/survival_data/boost/survival/constant.hpp (original)
+++ sandbox/statistics/survival_data/boost/survival/constant.hpp 2009-08-31 21:30:50 EDT (Mon, 31 Aug 2009)
@@ -1,12 +1,12 @@
///////////////////////////////////////////////////////////////////////////////
-// survial::data::constant.hpp //
+// statistics::survival::data::constant.hpp //
// //
// Copyright 2009 Erwann Rogard. Distributed under the Boost //
// Software License, Version 1.0. (See accompanying file //
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) //
///////////////////////////////////////////////////////////////////////////////
-#ifndef BOOST_SURVIVAL_CONSTANT_HPP_ER_2009
-#define BOOST_SURVIVAL_CONSTANT_HPP_ER_2009
+#ifndef BOOST_STATISTICS_SURVIVAL_CONSTANT_HPP_ER_2009
+#define BOOST_STATISTICS_SURVIVAL_CONSTANT_HPP_ER_2009
#include <limits>
#include <iostream>
#include <boost/numeric/conversion/converter.hpp>
@@ -14,6 +14,7 @@
#include <boost/type_traits.hpp>
namespace boost{
+namespace statistics{
namespace survival{
template<typename T>
@@ -48,6 +49,8 @@
template<typename T>
T constant<T>::sig_nan_ = std::numeric_limits<T>::signaling_NaN();
-}
-}
+}// survival
+}// statistics
+}// boost
+
#endif
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