Skip to content

Commit 6be0d8a

Browse files
Update src/bistellar-flip.cpp
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent ccb47e7 commit 6be0d8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bistellar-flip.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ try
6969
manifolds::Manifold_3 const manifold{
7070
foliated_triangulations::FoliatedTriangulation_3{dt, 0, 1}
7171
};
72-
// CGAL::draw(manifold.get_delaunay());
72+
#ifdef ENABLE_VISUALIZATION
73+
CGAL::draw(manifold.get_delaunay());
74+
#endif
7375
fmt::print("After bistellar flip.\n");
7476
manifold.print_cells();
7577
utilities::print_delaunay(dt);

0 commit comments

Comments
 (0)