mirror of https://github.com/CGAL/cgal
debug show idx in oriented side of bisector
Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
parent
1bf704caad
commit
2addd7f641
|
|
@ -243,6 +243,9 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
CGAL_SDG_DEBUG(std::cout << "debug compare_distances_ss "
|
||||
<< " idx=" << idx1 << " idx2=" << idx2 << std::endl;);
|
||||
|
||||
CGAL_assertion( idx1 >= -1 && idx1 <= 1 );
|
||||
CGAL_assertion( idx2 >= -1 && idx2 <= 1 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue