Files
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
..
2006-07-10 09:13:23 +00:00
2007-02-23 07:35:57 +00:00
2006-07-10 09:13:23 +00:00
2006-07-10 09:13:23 +00:00
2006-12-01 17:33:57 +00:00
2006-12-14 12:14:36 +00:00
2006-12-05 13:38:18 +00:00
2006-07-10 09:13:23 +00:00
2006-07-10 09:13:23 +00:00

 2d meshing package
 Ruppert meshing algorithm
 developped by Laurent Rineau