Comment out the error when I generate a leaky mesh.

[git-p4: depot-paths = "//depot/solvespace/": change = 1870]
This commit is contained in:
Jonathan Westhues 2008-08-15 00:37:32 -08:00
parent fe77e7cf7e
commit fb33edcade

View File

@ -645,8 +645,8 @@ void SKdNode::MakeCertainEdgesInto(SEdgeList *sel, bool emphasized) {
if(!emphasized) {
if(n == 0) sel->AddEdge(a, b);
} else {
dbp("hanging: n=%d (%.3f %.3f %.3f) (%.3f %.3f %.3f)",
n, CO(a), CO(b));
// dbp("hanging: n=%d (%.3f %.3f %.3f) (%.3f %.3f %.3f)",
// n, CO(a), CO(b));
}
}
if(nOther > 0) {