fix documentation

This commit is contained in:
Jane Tournois 2015-01-13 17:26:55 +01:00
parent 99df22972e
commit 89292cee6b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ struct Axis_compare {
* \todo Polyhedron should be a model of `FaceListGraph` * \todo Polyhedron should be a model of `FaceListGraph`
* \todo find a better name for the function * \todo find a better name for the function
* @code * @code
* // use inside out to fix orientation * // use inside out to reverse orientation
* if(!is_oriented(polyhedron)) { * if(!is_oriented(polyhedron)) {
* polyhedron.inside_out(); * polyhedron.inside_out();
* } * }