fix typos

This commit is contained in:
Sébastien Loriot 2012-01-31 07:48:38 +00:00
parent fd735eb438
commit eadbcb79dd
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ of edges drops below a certain ratio.
, size_type initial_count
, size_type current_count
) const ;}
{Returns $( ((double)current_count / (double)initial_count) < ratio)$.
{Returns $( ((double)current\_count / (double)initial\_count) < ratio)$.
All other parameters are ignored (but exist since this is a generic policy).}
\ccSeeAlso

View File

@ -51,7 +51,7 @@ It returns \ccc{true} when the number of current edges drops below a certain thr
, size_type current_count
) const ;
}
{Returns $(current_count < threshold)$. All other parameters are ignored (but exist since this is a generic policy).}
{Returns $(current\_count < threshold)$. All other parameters are ignored (but exist since this is a generic policy).}
\ccSeeAlso
\ccc{CGAL::Surface_mesh_simplification::Count_ratio_stop_predicate<ECM>}