mirror of https://github.com/CGAL/cgal
submission of version 4.71
This commit is contained in:
parent
38c0881c8a
commit
96d6014b3a
|
|
@ -1,6 +1,11 @@
|
|||
Package triangulation: provides triangulations Delaunay triangulations,
|
||||
constrained and regular triangulations with tests and examples.
|
||||
|
||||
Ver 4.71
|
||||
- deleted superflous CGAL_TYPENAME_MSVC_NULL in Triangulation_iterators_2.h
|
||||
- Renamed the variabled previuosly named "or" in Triangulation_line_face_circulator_2.h
|
||||
- add a push_back function in Constrained_triangulation_2.h
|
||||
|
||||
Ver 4.70 (2 nov 00)
|
||||
- fixed stack_flip_4_2 in Regular_triangulation_2.h
|
||||
|
||||
|
|
|
|||
|
|
@ -17,11 +17,11 @@ package:
|
|||
@echo "----------------------------------"
|
||||
@echo "---- cvs update; -----------------"
|
||||
@echo "---- make Test ; ------------ ----"
|
||||
@echo "---- make VERSION=4.70 Doc -------"
|
||||
@echo "---- make VERSION=4.71 Doc -------"
|
||||
@echo "---- editer changes.txt ----"
|
||||
@echo "---- make VERSION=4.70 Version ---"
|
||||
@echo "---- make VERSION=4.71 Version ---"
|
||||
@echo "---- cvs commit ------------------"
|
||||
@echo "---- make VERSION=4.70 Tag -------"
|
||||
@echo "---- make VERSION=4.71 Tag -------"
|
||||
@echo "---- make Submit -----------------"
|
||||
@echo "----------------------------------"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
4.70 ( 2 Nov 2000)
|
||||
4.71 (16 Nov 2000)
|
||||
maintainer : Mariette Yvinec <Mariette.Yvinec@sophia.inria.fr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue