cgal/Triangulation_3
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
..
demo/Triangulation_3 Remove local include directive. 2007-08-20 20:32:19 +00:00
doc_tex - Add simple tests for the Delaunay.dual() functions. 2007-08-21 13:23:33 +00:00
examples/Triangulation_3 Triangulation_3 iterator range insert and constructors now 2007-03-30 09:30:22 +00:00
include/CGAL some low level code cleanup. renamed 2007-11-07 16:51:18 +00:00
test/Triangulation_3 Add missing operator->() to Facet_circulator. 2007-08-23 12:59:06 +00:00
Makefile
TODO todo 2007-10-16 08:38:33 +00:00
changes.txt - add mirror_vertex and mirror_index in the ref page of Triangulation_2. 2006-11-29 19:11:16 +00:00
description.txt
dont_submit
maintainer