Add to changes.html

This commit is contained in:
Andreas Fabri 2017-06-30 15:55:50 +02:00
parent 4b94dd0e23
commit a69b2918d2
2 changed files with 5 additions and 2 deletions

View File

@ -71,7 +71,7 @@ bool write_off(std::ostream& os,
/*!
\ingroup PkgBGLIOFct
writes the graph `g` in the OFF format.
writes the graph `g` in the OFF format into a file named `fname`.
\sa Overloads of this function for specific models of the concept `FaceGraph`.
*/

View File

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- $Id$
$URL$
-->
@ -235,6 +235,9 @@ and <code>src/</code> directories).
as seam edges.
</li>
</ul>
<li>Add the functions <code>read_off()</code> and <code>write_off()</code>.
</li>
</ul>
<!-- Visualization -->