From ffdb69da592921a7dfd0222caac48d7d3cee2bce Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Sun, 2 Feb 2003 17:06:16 +0000 Subject: [PATCH] changed small typo in file. --- Packages/Apollonius_graph_2/include/CGAL/Apollonius_graph_2.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Apollonius_graph_2/include/CGAL/Apollonius_graph_2.C b/Packages/Apollonius_graph_2/include/CGAL/Apollonius_graph_2.C index d1a00493696..4adfacf4ed3 100644 --- a/Packages/Apollonius_graph_2/include/CGAL/Apollonius_graph_2.C +++ b/Packages/Apollonius_graph_2/include/CGAL/Apollonius_graph_2.C @@ -23,7 +23,7 @@ is_valid(bool verbose, int level) const // CGAL_assertion( result ); if ( result && verbose ) { - std::cout << "TDS is ok... " << std::flush; + std::cout << "AGDS is ok... " << std::flush; } if (level == 0) { return result; }