Skip to content

Commit

Permalink
Fixed typos from the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
efifogel committed Jan 29, 2024
1 parent a4bc759 commit f38be92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ class Arr_curve_data_traits_2 : public Traits_ {
const Base_traits_2& m_base;

template <typename T>
bool are_mergeable_data(const T& cv1, const T& cv2, long) const {
bool are_mergeable_data(const T& /* cv1 */, const T& /* cv2 */, long) const {
CGAL_error_msg("Equality operator is not supported.");
return false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <CGAL/HalfedgeDS_iterator.h>
#include <CGAL/Arrangement_2/Arrangement_2_iterators.h>
#include <CGAL/In_place_list.h>
#include <CGAL/Arr_observer.h>
#include <CGAL/Aos_observer.h>
#include <CGAL/Arr_accessor.h>
#include <CGAL/Arrangement_2/Arr_traits_adaptor_2.h>
#include <CGAL/function_objects.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ class Envelope_divide_and_conquer_3 {
using Halfedge_around_vertex_circulator =
typename Minimization_diagram_2::Halfedge_around_vertex_circulator;

using Md_observer = Arr_observer<Minimization_diagram_2>;

using Md_observer = typename Minimization_diagram_2::Observer;
using Face = typename Minimization_diagram_2::Face;
using Envelope_data_iterator = typename Face::Data_iterator;

Expand Down

0 comments on commit f38be92

Please sign in to comment.