mirror of https://github.com/CGAL/cgal
Changed headers. --Herve
Removed extraneous files. (Program* Error* Compiler* error*) --Herve
This commit is contained in:
parent
32657b13f9
commit
c1b898e2c5
|
|
@ -3,15 +3,7 @@
|
|||
|
||||
TODO pour la test suite de triangulation:
|
||||
|
||||
* enlever les warnings
|
||||
* insertion avec un iterateur ne marche pas
|
||||
* locate avec p11 dans T2_1 ne retourne pas ce qu'il faut
|
||||
* entree/sortie ne marche pas (assert nb_of_vertices == failed)
|
||||
* bug dans clear (assertion violation "we should never get here")
|
||||
|
||||
* delaunay n'a pas de fonctions pour le dual (alors qu'elles y
|
||||
sont dans l'ancienne version) donc pas testees
|
||||
|
||||
* suggestion: relire la doc et la nettoyer (typos, orthographe, etc.)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ clean:
|
|||
T??.triangulation
|
||||
|
||||
distclean: clean
|
||||
- rm -f Program* Error* Compiler* error.txt
|
||||
- rm -f Program* Error* Compiler* error*
|
||||
|
||||
#---------------------------------------------------------------------#
|
||||
# suffix rules
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// source : test_triangulation.C
|
||||
// file : test_triangulation.C
|
||||
// source :
|
||||
// file : test_delaunay_triangulation.C
|
||||
// revision :
|
||||
// revision_date :
|
||||
// author(s) : Herve Bronnimann (Herve.Bronnimann@sophia.inria.fr)
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// source : test_triangulation.C
|
||||
// file : test_triangulation.C
|
||||
// source :
|
||||
// file : test_triangulation_2.C
|
||||
// revision :
|
||||
// revision_date :
|
||||
// author(s) : Herve Bronnimann (Herve.Bronnimann@sophia.inria.fr)
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// source : test_triangulation_euclidean_traits_2.C
|
||||
// file : test_triangulation_euclidean_traits_2.C
|
||||
// source :
|
||||
// file : test_triangulation_geom_traits_2.C
|
||||
// revision :
|
||||
// revision_date :
|
||||
// author(s) : Herve Bronnimann (Herve.Bronnimann@sophia.inria.fr)
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// source : test_triangulation_tds_2.C
|
||||
// file : test_triangulation_tds_2.C
|
||||
// source :
|
||||
// file : test_triangulation_tds.C
|
||||
// revision :
|
||||
// revision_date :
|
||||
// author(s) : Herve Bronnimann (Herve.Bronnimann@sophia.inria.fr)
|
||||
|
|
|
|||
Loading…
Reference in New Issue