Skip to content

Commit

Permalink
Bridge for all links
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrzeczkowicz committed Dec 27, 2022
1 parent 624b4af commit d465b0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ int main(int argc, char **argv) {
std::set<std::pair<skeletonPoint,skeletonPoint>> links = link_paths(mesh, paths, path_polygon, medial_axes, raster);

for (auto link: links) {
if (link.first.path == 2 && link.second.path == 75 || link.first.path == 53 && link.second.path == 94) {
bridge(link, mesh, raster);
}
}

return EXIT_SUCCESS;
Expand Down

0 comments on commit d465b0f

Please sign in to comment.