From 483323c5393fdfcb5f3077c2e4dde79b2b93c31f Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Thu, 21 Aug 2003 16:22:42 +0000 Subject: [PATCH] changed the default value for the interval number type from Interval_nt to Interval_nt; also updated the doc --- .../Apollonius_graph_filtered_traits_2.tex | 2 +- .../Apollonius_graph_filtered_traits_2.tex | 2 +- .../include/CGAL/Apollonius_graph_filtered_traits_2.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Packages/Apollonius_graph_2/doc_tex/Apollonius_graph_2_ref/Apollonius_graph_filtered_traits_2.tex b/Packages/Apollonius_graph_2/doc_tex/Apollonius_graph_2_ref/Apollonius_graph_filtered_traits_2.tex index f2cf246ed1a..d295cf4b8a4 100644 --- a/Packages/Apollonius_graph_2/doc_tex/Apollonius_graph_2_ref/Apollonius_graph_filtered_traits_2.tex +++ b/Packages/Apollonius_graph_2/doc_tex/Apollonius_graph_2_ref/Apollonius_graph_filtered_traits_2.tex @@ -50,7 +50,7 @@ The default values for the template parameters are as follows: \ccc{CM = CGAL::Ring_tag}, \ccc{EK = CGAL::Simple_cartesian}, \ccc{EM = CM}, -\ccc{FK = CGAL::Simple_cartesian >}, +\ccc{FK = CGAL::Simple_cartesian >}, \ccc{FM = CM}. diff --git a/Packages/Apollonius_graph_2/doc_tex/basic/Apollonius_graph_2_ref/Apollonius_graph_filtered_traits_2.tex b/Packages/Apollonius_graph_2/doc_tex/basic/Apollonius_graph_2_ref/Apollonius_graph_filtered_traits_2.tex index f2cf246ed1a..d295cf4b8a4 100644 --- a/Packages/Apollonius_graph_2/doc_tex/basic/Apollonius_graph_2_ref/Apollonius_graph_filtered_traits_2.tex +++ b/Packages/Apollonius_graph_2/doc_tex/basic/Apollonius_graph_2_ref/Apollonius_graph_filtered_traits_2.tex @@ -50,7 +50,7 @@ The default values for the template parameters are as follows: \ccc{CM = CGAL::Ring_tag}, \ccc{EK = CGAL::Simple_cartesian}, \ccc{EM = CM}, -\ccc{FK = CGAL::Simple_cartesian >}, +\ccc{FK = CGAL::Simple_cartesian >}, \ccc{FM = CM}. diff --git a/Packages/Apollonius_graph_2/include/CGAL/Apollonius_graph_filtered_traits_2.h b/Packages/Apollonius_graph_2/include/CGAL/Apollonius_graph_filtered_traits_2.h index c5adcc051fa..e40bd85c76c 100644 --- a/Packages/Apollonius_graph_2/include/CGAL/Apollonius_graph_filtered_traits_2.h +++ b/Packages/Apollonius_graph_2/include/CGAL/Apollonius_graph_filtered_traits_2.h @@ -55,7 +55,7 @@ template, class EK_MTag = CK_MTag, - class FK_t = Simple_cartesian< Interval_nt >, + class FK_t = Simple_cartesian< Interval_nt >, class FK_MTag = CK_MTag, class C2E_t = Cartesian_converter, class C2F_t =