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.