mirror of https://github.com/CGAL/cgal
oformat is in CGAL::IO::
This commit is contained in:
parent
0cdb022027
commit
38e836c963
|
|
@ -488,7 +488,7 @@ protected:
|
||||||
std::cerr << "construct_Steiner_point( " << display_vert(va) << " , "
|
std::cerr << "construct_Steiner_point( " << display_vert(va) << " , "
|
||||||
<< display_vert(vb) << " )\n";
|
<< display_vert(vb) << " )\n";
|
||||||
auto debug_simplex = [&](auto simplex) {
|
auto debug_simplex = [&](auto simplex) {
|
||||||
std::cerr << " - " << oformat(simplex, With_point_tag{}) << '\n';
|
std::cerr << " - " << IO::oformat(simplex, With_point_tag{}) << '\n';
|
||||||
};
|
};
|
||||||
#endif // CGAL_DEBUG_CDT_3
|
#endif // CGAL_DEBUG_CDT_3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue