mirror of https://github.com/CGAL/cgal
fix typos
This commit is contained in:
parent
fd735eb438
commit
eadbcb79dd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>}
|
||||
|
|
|
|||
Loading…
Reference in New Issue