documentation bug fix

This commit is contained in:
Jane Tournois 2013-12-20 14:03:47 +01:00
parent 59f476b5b4
commit dc2ef137fb
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ void set_facet_visited (int i, bool b);
/*!
Returns a const reference to the surface center of `facet(i)`.
*/
const Point& facet_surface_center(int i);
const Point& get_facet_surface_center(int i);
/*!
Sets point `p` as the surface center of `facet(i)`.