cgal/Mesh_2
Laurent Rineau eb080638fc Fix an error with -D_GLIBCXX_DEBUG -D_GLIBCPP_CONCEPT_CHECKS
The following (commented) line triggered the error:
    direct_func[rit->second] = rit;
The new following line fixes the bug. Actually, it is even more
efficient.
    direct_func.insert(std::make_pair(rit->second, rit));
2007-02-23 13:01:04 +00:00
..
bench - new debug macros: 2006-07-10 09:13:23 +00:00
demo/Mesh_2 fix warnings 2007-02-23 07:35:57 +00:00
doc_tex more illustrations for packages.html 2007-01-26 19:00:48 +00:00
examples/Mesh_2 - new debug macros: 2006-07-10 09:13:23 +00:00
include/CGAL Fix an error with -D_GLIBCXX_DEBUG -D_GLIBCPP_CONCEPT_CHECKS 2007-02-23 13:01:04 +00:00
test/Mesh_2 Attempt to understand the GLIBCXXDEBUG error. 2007-02-19 14:53:57 +00:00
utils/Mesh_2 - new debug macros: 2006-07-10 09:13:23 +00:00
Doxyfile Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
GNUmakefile Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
Mesh_2.kdevelop - new debug macros: 2006-07-10 09:13:23 +00:00
Mesh_2.kdevelop.filelist - new debug macros: 2006-07-10 09:13:23 +00:00
README Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
TODO Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
changes.txt update changes.txt 2006-12-01 17:33:57 +00:00
description.txt Test commit via WevDAV. 2006-12-14 12:14:36 +00:00
dont_submit new way of dealing with dependencies, in my packages 2006-07-05 16:28:34 +00:00
maintainer Attempt to commit via WebDAV. 2006-12-05 13:38:18 +00:00
stylesheet.css Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00

README

 2d meshing package
 Ruppert meshing algorithm
 developped by Laurent Rineau