mirror of https://github.com/CGAL/cgal
submission of Version 4.61
This commit is contained in:
parent
d122b168c6
commit
c22857824f
|
|
@ -1,6 +1,12 @@
|
|||
Package triangulation: provides triangulations Delaunay triangulations,
|
||||
constrained and regular triangulations with tests and examples.
|
||||
|
||||
Ver 4.61 (29 August 00)
|
||||
added typedef fur dummy template parameter Vb and Fb in
|
||||
Triangulation_default_data_structure_2<Gt,Vb,Fb> and
|
||||
Triangulation_data_structure_using_list_2<Vb,Fb>
|
||||
make public the typedef for Point in Triangulation_hierarchy_vertex_base_2
|
||||
|
||||
Ver 4.60 (22 August 00)
|
||||
fixes copy_tds() member functions in classes
|
||||
Triangulation_default_data_structure_2<Gt,Vb,Fb> and
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ package:
|
|||
@echo "----------------------------------"
|
||||
@echo "---- cvs update; -----------------"
|
||||
@echo "---- make Test ; ------------ ----"
|
||||
@echo "---- make VERSION=4.60 Doc -------"
|
||||
@echo "---- make VERSION=4.61 Doc -------"
|
||||
@echo "---- editer changes.txt ----"
|
||||
@echo "---- make VERSION=4.60 Version ---"
|
||||
@echo "---- make VERSION=4.61 Version ---"
|
||||
@echo "---- cvs commit ------------------"
|
||||
@echo "---- make VERSION=4.60 Tag -------"
|
||||
@echo "---- make Submit -----------------"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
4.60 (22 Aug 2000)
|
||||
4.61 (29 Aug 2000)
|
||||
maintainer : Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue