From 1807c0ac6814d251e3b67f38b59d4d026f5b526f Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 3 May 2019 12:22:33 +0200 Subject: [PATCH] Change tag --- Apollonius_graph_2/include/CGAL/Parabola_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollonius_graph_2/include/CGAL/Parabola_2.h b/Apollonius_graph_2/include/CGAL/Parabola_2.h index 474bf402e8f..f42328a534c 100644 --- a/Apollonius_graph_2/include/CGAL/Parabola_2.h +++ b/Apollonius_graph_2/include/CGAL/Parabola_2.h @@ -65,7 +65,7 @@ protected: } inline static - FT divide(const FT& x, const FT& y, Field_with_sqrt_tag) { + FT divide(const FT& x, const FT& y, Field_tag) { return x / y; }