Skip to content

Commit

Permalink
Update src/bistellar-flip.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
acgetchell and coderabbitai[bot] authored Nov 2, 2024
1 parent ccb47e7 commit 6be0d8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bistellar-flip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ try
manifolds::Manifold_3 const manifold{
foliated_triangulations::FoliatedTriangulation_3{dt, 0, 1}
};
// CGAL::draw(manifold.get_delaunay());
#ifdef ENABLE_VISUALIZATION
CGAL::draw(manifold.get_delaunay());
#endif
fmt::print("After bistellar flip.\n");
manifold.print_cells();
utilities::print_delaunay(dt);
Expand Down

0 comments on commit 6be0d8a

Please sign in to comment.