From 379eaf7d54078e8ae49b19a41af0ba11aeb33135 Mon Sep 17 00:00:00 2001 From: Qingnan Zhou Date: Wed, 10 Jan 2018 09:33:23 -0800 Subject: [PATCH] Remove debug output. --- src/match_features.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/match_features.cpp b/src/match_features.cpp index 1c6e598..44b03db 100644 --- a/src/match_features.cpp +++ b/src/match_features.cpp @@ -673,11 +673,11 @@ match_features(TetMesh& mesh, vertexFeatureMap[v] = curr; } - // DEBUGGING - std::vector objVerts; - std::vector objTris; - mesh.getBoundary(objVerts, objTris); - write_objfile(objVerts, objTris, "45_feature_matching.obj"); + //// DEBUGGING + //std::vector objVerts; + //std::vector objTris; + //mesh.getBoundary(objVerts, objTris); + //write_objfile(objVerts, objTris, "45_feature_matching.obj"); // Now that we've snapped vertices to features, we need to re-find // any paths that used the vertices that are now spoken for.