From d7f432c6d9b7ce705fc9393be9b1fa1454cb60c1 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Sun, 2 Feb 2003 05:40:01 +0000 Subject: [PATCH] missed one line --- .../CGAL/Arithmetic_filter/predicates/Apollonius_graph_ftC2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Packages/Apollonius_graph_2/include/CGAL/Arithmetic_filter/predicates/Apollonius_graph_ftC2.h b/Packages/Apollonius_graph_2/include/CGAL/Arithmetic_filter/predicates/Apollonius_graph_ftC2.h index 1b61eccc8b0..0319f7dea93 100644 --- a/Packages/Apollonius_graph_2/include/CGAL/Arithmetic_filter/predicates/Apollonius_graph_ftC2.h +++ b/Packages/Apollonius_graph_2/include/CGAL/Arithmetic_filter/predicates/Apollonius_graph_ftC2.h @@ -182,7 +182,8 @@ compare_ad_distances_test_ring_C2( catch (Interval_nt_advanced::unsafe_comparison) { #ifdef CGAL_PROFILE - static Profile_counter failures("IA compare_ad_distances_test_ring_C2 failures"); + static Profile_counter + failures("IA compare_ad_distances_test_ring_C2 failures"); ++failures; #endif Protect_FPU_rounding Protection(CGAL_FE_TONEAREST);