submission of version 4.64

This commit is contained in:
Mariette Yvinec 2000-09-07 17:50:08 +00:00
parent ea8611df79
commit 60452fac66
3 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,9 @@
Package triangulation: provides triangulations Delaunay triangulations,
constrained and regular triangulations with tests and examples.
Ver 4.64 (7 September 00)
change dummy tempate parameter name in Triangulation_hierarchy_2.h
Ver 4.63 (4 September 00)
fixed does_conflict(..) in Delaunay_triangulation_2.h

View File

@ -17,11 +17,11 @@ package:
@echo "----------------------------------"
@echo "---- cvs update; -----------------"
@echo "---- make Test ; ------------ ----"
@echo "---- make VERSION=4.63 Doc -------"
@echo "---- make VERSION=4.64 Doc -------"
@echo "---- editer changes.txt ----"
@echo "---- make VERSION=4.63 Version ---"
@echo "---- make VERSION=4.64 Version ---"
@echo "---- cvs commit ------------------"
@echo "---- make VERSION=4.63 Tag -------"
@echo "---- make VERSION=4.64 Tag -------"
@echo "---- make Submit -----------------"
@echo "----------------------------------"

View File

@ -1,2 +1,2 @@
4.63 ( 4 Sep 2000)
4.64 ( 7 Sep 2000)
maintainer : Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>