|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65169 - trunk/libs/math/test
From: pbristow_at_[hidden]
Date: 2010-09-01 13:43:56
Author: pbristow
Date: 2010-09-01 13:43:55 EDT (Wed, 01 Sep 2010)
New Revision: 65169
URL: http://svn.boost.org/trac/boost/changeset/65169
Log:
Comments added.
Text files modified:
trunk/libs/math/test/test_cbrt.cpp | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
Modified: trunk/libs/math/test/test_cbrt.cpp
==============================================================================
--- trunk/libs/math/test/test_cbrt.cpp (original)
+++ trunk/libs/math/test/test_cbrt.cpp 2010-09-01 13:43:55 EDT (Wed, 01 Sep 2010)
@@ -1,9 +1,15 @@
-// (C) Copyright John Maddock 2006.
+// Copyright John Maddock 2006.
+// Copyright Paul A. Bristow 2010
+
// Use, modification and distribution are subject to 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)
-#include <pch.hpp>
+#ifdef _MSC_VER
+# pragma warning (disable : 4224)
+#endif
+
+#include <pch.hpp> // include \libs\math\src\
#include <boost/math/concepts/real_concept.hpp>
#include <boost/test/test_exec_monitor.hpp>
@@ -126,7 +132,7 @@
void test_cbrt(T, const char* name)
{
//
- // The actual test data is rather verbose, so it's in a separate file
+ // The actual test data is rather verbose, so it's in a separate file.
//
// The contents are as follows, each row of data contains
// three items, input value a, input value b and erf(a, b):
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