add a task in TODO list

This commit is contained in:
Mariette Yvinec 2007-10-25 11:56:59 +00:00
parent 11bf6cad98
commit ede4e78dd8
1 changed files with 5 additions and 1 deletions

View File

@ -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