Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67313 - sandbox/geometry/libs/geometry/test/algorithms/detail/sections
From: barend.gehrels_at_[hidden]
Date: 2010-12-18 16:57:09


Author: barendgehrels
Date: 2010-12-18 16:57:09 EST (Sat, 18 Dec 2010)
New Revision: 67313
URL: http://svn.boost.org/trac/boost/changeset/67313

Log:
Test: renamal get_full_section -> range_by_section
Text files modified:
   sandbox/geometry/libs/geometry/test/algorithms/detail/sections/range_by_section.cpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/geometry/libs/geometry/test/algorithms/detail/sections/range_by_section.cpp
==============================================================================
--- sandbox/geometry/libs/geometry/test/algorithms/detail/sections/range_by_section.cpp (original)
+++ sandbox/geometry/libs/geometry/test/algorithms/detail/sections/range_by_section.cpp 2010-12-18 16:57:09 EST (Sat, 18 Dec 2010)
@@ -12,7 +12,7 @@
 #include <geometry_test_common.hpp>
 
 #include <boost/geometry/algorithms/detail/sections/sectionalize.hpp>
-#include <boost/geometry/algorithms/detail/sections/get_full_section.hpp>
+#include <boost/geometry/algorithms/detail/sections/range_by_section.hpp>
 #include <boost/geometry/iterators/range_type.hpp>
 #include <boost/geometry/geometries/geometries.hpp>
 #include <boost/geometry/extensions/gis/io/wkt/wkt.hpp>
@@ -38,7 +38,7 @@
>::type cview_type;
     typedef typename bg::reversible_view
         <
- cview_type const,
+ cview_type const,
             Reverse ? bg::iterate_reverse : bg::iterate_forward
>::type view_type;
     typedef typename boost::range_iterator


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