summaryrefslogtreecommitdiff
path: root/boost/polygon/detail/max_cover.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/polygon/detail/max_cover.hpp')
-rw-r--r--boost/polygon/detail/max_cover.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/polygon/detail/max_cover.hpp b/boost/polygon/detail/max_cover.hpp
index e61725c4d4..2778701f3b 100644
--- a/boost/polygon/detail/max_cover.hpp
+++ b/boost/polygon/detail/max_cover.hpp
@@ -118,7 +118,7 @@ namespace boost { namespace polygon{
//std::cout << "write out " << nextRect << std::endl;
outputContainer.push_back(copy_construct<typename cT::value_type, Rectangle>(nextRect2));
} else {
- //std::cout << "supress " << nextRect << std::endl;
+ //std::cout << "suppress " << nextRect << std::endl;
}
}
if(itr != node->end() && iresult && tresult) {