mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
Remove BOOST_GEOMETRY_DEBUG_ASSEMBLE
This commit is contained in:
parent
cd7c9917ad
commit
a4c05fdfaa
@ -47,10 +47,6 @@
|
||||
|
||||
#include <boost/geometry/util/condition.hpp>
|
||||
|
||||
#ifdef BOOST_GEOMETRY_DEBUG_ASSEMBLE
|
||||
# include <boost/geometry/io/dsv/write.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
namespace boost { namespace geometry
|
||||
{
|
||||
@ -272,9 +268,6 @@ struct overlay
|
||||
|
||||
turn_container_type turns;
|
||||
|
||||
#ifdef BOOST_GEOMETRY_DEBUG_ASSEMBLE
|
||||
std::cout << "get turns" << std::endl;
|
||||
#endif
|
||||
detail::get_turns::no_interrupt_policy policy;
|
||||
geometry::get_turns
|
||||
<
|
||||
@ -302,11 +295,6 @@ std::cout << "get turns" << std::endl;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef BOOST_GEOMETRY_DEBUG_ASSEMBLE
|
||||
std::cout << "enrich" << std::endl;
|
||||
#endif
|
||||
|
||||
cluster_type clusters;
|
||||
std::map<ring_identifier, ring_turn_info> turn_info_per_ring;
|
||||
|
||||
@ -317,9 +305,6 @@ std::cout << "enrich" << std::endl;
|
||||
|
||||
visitor.visit_clusters(clusters, turns);
|
||||
|
||||
#ifdef BOOST_GEOMETRY_DEBUG_ASSEMBLE
|
||||
std::cout << "traverse" << std::endl;
|
||||
#endif
|
||||
// Traverse through intersection/turn points and create rings of them.
|
||||
// These rings are always in clockwise order.
|
||||
// In CCW polygons they are marked as "to be reversed" below.
|
||||
|
@ -10,7 +10,6 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
//#define BOOST_GEOMETRY_DEBUG_ASSEMBLE
|
||||
//#define BOOST_GEOMETRY_CHECK_WITH_SQLSERVER
|
||||
|
||||
//#define BOOST_GEOMETRY_DEBUG_SEGMENT_IDENTIFIER
|
||||
|
@ -227,8 +227,7 @@ std::string test_difference(std::string const& caseid, G1 const& g1, G2 const& g
|
||||
|
||||
difference_output(caseid, g1, g2, result);
|
||||
|
||||
#if ! (defined(BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE) \
|
||||
|| defined(BOOST_GEOMETRY_DEBUG_ASSEMBLE))
|
||||
#if ! defined(BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE)
|
||||
{
|
||||
// Test inserter functionality
|
||||
// Test if inserter returns output-iterator (using Boost.Range copy)
|
||||
|
Loading…
x
Reference in New Issue
Block a user