From 5272b7ff47535f17e1c3618ecc17e37ec38fbf96 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Sat, 15 Sep 2018 11:09:39 -0400 Subject: [PATCH] mean curvature success --- analysis/decl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/decl.cpp b/analysis/decl.cpp index a0b3f03b..21189172 100644 --- a/analysis/decl.cpp +++ b/analysis/decl.cpp @@ -414,7 +414,7 @@ double DECL::EdgeAngle(int edge) //length = sqrt(nx*nx+ny*ny+nz*nz); Point w=0.5*(P+Q)-R; if (W.x*w.x + W.y*w.y + W.z*w.z < 0.f){ - printf("flip edge normal \n"); + //printf("flip edge normal \n"); W.x = -W.x; W.y = -W.y; W.z = -W.z;