mirror of https://github.com/CGAL/cgal
add a task in TODO list
This commit is contained in:
parent
11bf6cad98
commit
ede4e78dd8
|
|
@ -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
|
- Get rid of the derivation from Triangulation_3
|
||||||
add a Triangulation_3 as a data member
|
add a Triangulation_3 as a data member
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue