debug message for compare of segment, point

Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
Panagiotis Cheilaris 2013-06-01 23:57:07 +02:00
parent 2addd7f641
commit b17ed7e521
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@ private:
Oriented_side os = oriented_side_of_line(lp, q.point());
CGAL_SDG_DEBUG(std::cout << "debug compare_distances_sp "
<< " is_src=" << is_src << " is_trg=" << is_trg
<< " has os=" << os << std::endl;);
if ( os == ON_POSITIVE_SIDE ) {
return LARGER;
} else if ( os == ON_NEGATIVE_SIDE) {