Skip to content

Commit

Permalink
Merge pull request #16276 from RichardYCJ/master
Browse files Browse the repository at this point in the history
Remove unused variable and header files
  • Loading branch information
bangerth committed Nov 17, 2023
2 parents 0452d85 + 692d84e commit 6d5f499
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/cgal/intersections.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@
# include <CGAL/Triangulation_face_base_with_info_2.h>
# include <deal.II/cgal/utilities.h>

# include <fstream>
# include <optional>
# include <type_traits>
# include <variant>

DEAL_II_NAMESPACE_OPEN
Expand Down Expand Up @@ -430,7 +428,6 @@ namespace CGALWrappers
true);

internal::mark_domains(cdt);
std::array<Point<2>, 3> vertices;

for (Face_handle f : cdt.finite_face_handles())
{
Expand Down

0 comments on commit 6d5f499

Please sign in to comment.