ease dump code reading

This commit is contained in:
Jane Tournois 2024-08-19 12:24:59 +02:00
parent 481de41e2f
commit 4a35823f1f
1 changed files with 1 additions and 1 deletions

View File

@ -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);