mirror of https://github.com/CGAL/cgal
ease dump code reading
This commit is contained in:
parent
481de41e2f
commit
4a35823f1f
|
|
@ -741,7 +741,7 @@ insert_point(const Bare_point& p, const Weight& w, int dim, const Index& index,
|
||||||
std::cerr << "SPECIAL ";
|
std::cerr << "SPECIAL ";
|
||||||
std::cerr << "protecting ball ";
|
std::cerr << "protecting ball ";
|
||||||
if(v == Vertex_handle())
|
if(v == Vertex_handle())
|
||||||
std::cerr << cwp(p,w*weight_modifier);
|
std::cerr << cwp(p, wwm);
|
||||||
else
|
else
|
||||||
std::cerr << disp_vert(v);
|
std::cerr << disp_vert(v);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue