|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r66829 - sandbox/geometry/libs/geometry/test/extensions/gis/projections
From: barend.gehrels_at_[hidden]
Date: 2010-11-28 17:06:02
Author: barendgehrels
Date: 2010-11-28 17:06:00 EST (Sun, 28 Nov 2010)
New Revision: 66829
URL: http://svn.boost.org/trac/boost/changeset/66829
Log:
Added comment for boost trunk where check_is_close is moved
Text files modified:
sandbox/geometry/libs/geometry/test/extensions/gis/projections/projections.cpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: sandbox/geometry/libs/geometry/test/extensions/gis/projections/projections.cpp
==============================================================================
--- sandbox/geometry/libs/geometry/test/extensions/gis/projections/projections.cpp (original)
+++ sandbox/geometry/libs/geometry/test/extensions/gis/projections/projections.cpp 2010-11-28 17:06:00 EST (Sun, 28 Nov 2010)
@@ -28,6 +28,7 @@
#include <boost/geometry/geometries/geometries.hpp>
#include <boost/geometry/geometries/adapted/c_array.hpp>
#include <boost/geometry/extensions/gis/latlong/point_ll.hpp>
+
#include <test_common/test_point.hpp>
@@ -37,6 +38,8 @@
// Instead of (non-existing) BOOST_CHECK_CLOSE_MESSAGE(v, ve, 0.001, bla bla)
if (! boost::test_tools::check_is_close(v, ve, boost::test_tools::percent_tolerance(0.001)))
+ // Boost.Trunk:
+ //if (! boost::test_tools::check_is_close(v, ve, boost::math::fpc::percent_tolerance(0.001)))
{
std::ostringstream out;
out << "\n" << name << " " << axis << " -> " << v << " != " << ve;
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