Skip to content

Commit

Permalink
the basic viewer bug is now fixed in master
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Sep 9, 2024
1 parent 647686a commit 093d400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ int main(int argc, char* argv[])
<< "Number of constrained facets in the CDT: "
<< cdt.number_of_constrained_facets() << '\n';

// CGAL::draw(cdt.triangulation());
CGAL::draw(cdt.triangulation());
}

0 comments on commit 093d400

Please sign in to comment.