mirror of https://github.com/CGAL/cgal
update changes
This commit is contained in:
parent
d79eeddfb9
commit
aabd9dc557
|
|
@ -59,6 +59,7 @@
|
|||
<td width="28%">
|
||||
|
||||
<table CELLSPACING=0>
|
||||
<tr><td><a href="#release4.5">4.6</a> <td> (? 2015)
|
||||
<tr><td><a href="#release4.5">4.5</a> <td> (? 2014)
|
||||
<tr><td><a href="#release4.4">4.4</a> <td> (April 2014)
|
||||
<tr><td><a href="#release4.3">4.3.1</a> <td> (November 2013)
|
||||
|
|
@ -109,6 +110,23 @@ and <code>src/</code> directories).
|
|||
|
||||
<HR>
|
||||
|
||||
|
||||
<h2 id="release4.6">Release 4.6 </h2>
|
||||
<div>
|
||||
<p>Release date: XXX 2015 </p>
|
||||
|
||||
<!-- Mesh Generation -->
|
||||
<h3>3D Mesh Generation</h3>
|
||||
<ul>
|
||||
<li>Add member functions <code>output_boundary_to_off</code> and
|
||||
<code>output_facets_in_complex_to_off</code>
|
||||
in the class <code>CGAL::Mesh_complex_3_in_triangulation_3</code>
|
||||
to export the boundary of a domain or a subdomain.</li>
|
||||
</ul>
|
||||
|
||||
<!-- end of the div for 4.6 -->
|
||||
</div>
|
||||
|
||||
<h2 id="release4.5">Release 4.5 </h2>
|
||||
<div>
|
||||
<p>Release date: September/October 2014 </p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue