Skip to content

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
qnzhou committed Jan 10, 2018
1 parent 8c72296 commit 379eaf7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/match_features.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -673,11 +673,11 @@ match_features(TetMesh& mesh,
vertexFeatureMap[v] = curr;
}

// DEBUGGING
std::vector<Vec3f> objVerts;
std::vector<Vec3i> objTris;
mesh.getBoundary(objVerts, objTris);
write_objfile(objVerts, objTris, "45_feature_matching.obj");
//// DEBUGGING
//std::vector<Vec3f> objVerts;
//std::vector<Vec3i> 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.
Expand Down

0 comments on commit 379eaf7

Please sign in to comment.