diff --git a/Alpha_shapes_3/TODO b/Alpha_shapes_3/TODO index b53a9ab11c8..6567995aaed 100644 --- a/Alpha_shapes_3/TODO +++ b/Alpha_shapes_3/TODO @@ -1,4 +1,8 @@ - +- deprectate the following function +Classification_type A.classify ( Cell_handle f, int i, FT alpha = get_alpha()) +because it is ambiguous with +Classification_type A.classify ( Cell_handle f, FT alpha = get_alpha()) +when alpha is given as an int. - Get rid of the derivation from Triangulation_3 add a Triangulation_3 as a data member