|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55120 - in branches/release/libs/math: example tools
From: john_at_[hidden]
Date: 2009-07-23 07:58:15
Author: johnmaddock
Date: 2009-07-23 07:58:13 EDT (Thu, 23 Jul 2009)
New Revision: 55120
URL: http://svn.boost.org/trac/boost/changeset/55120
Log:
Fix line endings.
Text files modified:
branches/release/libs/math/example/neg_binom_confidence_limits.cpp | 3 ++-
branches/release/libs/math/example/policy_eg_1.cpp | 3 ++-
branches/release/libs/math/tools/generate_test_values.cpp | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
Modified: branches/release/libs/math/example/neg_binom_confidence_limits.cpp
==============================================================================
--- branches/release/libs/math/example/neg_binom_confidence_limits.cpp (original)
+++ branches/release/libs/math/example/neg_binom_confidence_limits.cpp 2009-07-23 07:58:13 EDT (Thu, 23 Jul 2009)
@@ -176,4 +176,5 @@
99.900 0.07921 0.12336
99.990 0.07577 0.12795
99.999 0.07282 0.13206
-*/
\ No newline at end of file
+*/
+
Modified: branches/release/libs/math/example/policy_eg_1.cpp
==============================================================================
--- branches/release/libs/math/example/policy_eg_1.cpp (original)
+++ branches/release/libs/math/example/policy_eg_1.cpp 2009-07-23 07:58:13 EDT (Thu, 23 Jul 2009)
@@ -32,4 +32,5 @@
std::cout << "errno = " << errno << std::endl;
}
-//]
\ No newline at end of file
+//]
+
Modified: branches/release/libs/math/tools/generate_test_values.cpp
==============================================================================
--- branches/release/libs/math/tools/generate_test_values.cpp (original)
+++ branches/release/libs/math/tools/generate_test_values.cpp 2009-07-23 07:58:13 EDT (Thu, 23 Jul 2009)
@@ -29,4 +29,5 @@
r /= root_two;
}
return 0;
-}
\ No newline at end of file
+}
+
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