mirror of https://github.com/CGAL/cgal
use sitev only in verbose mode
Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
parent
1db79df71c
commit
33061ecee2
|
|
@ -1107,8 +1107,8 @@ insert_point_on_segment(const Storage_site_2& ss, const Site_2& ,
|
||||||
Storage_site_2 ssx =
|
Storage_site_2 ssx =
|
||||||
storage_traits().construct_storage_site_2_object()(ss, ssitev);
|
storage_traits().construct_storage_site_2_object()(ss, ssitev);
|
||||||
|
|
||||||
Site_2 sitev = ssitev.site();
|
|
||||||
#ifdef CGAL_SDG_VERBOSE
|
#ifdef CGAL_SDG_VERBOSE
|
||||||
|
Site_2 sitev = ssitev.site();
|
||||||
std::cout << "debug insert_point_on_segment intsec="
|
std::cout << "debug insert_point_on_segment intsec="
|
||||||
<< ssx.site() << " v=" << sitev << std::endl ;
|
<< ssx.site() << " v=" << sitev << std::endl ;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue