mirror of https://github.com/CGAL/cgal
Fix typo
This commit is contained in:
parent
579a606a75
commit
2f06819c2e
|
|
@ -102,7 +102,7 @@ is \ccc{Context}.}
|
|||
\ccConstructor{Constrained_triangulation_plus_2(const
|
||||
Constrained_triangulation_plus_2& ct);}{Copy constructor.}
|
||||
|
||||
\ccConstructor{Constrained_triangulation_plus_2(std::list<Constrained>& lc,
|
||||
\ccConstructor{Constrained_triangulation_plus_2(std::list<Constraint>& lc,
|
||||
const Geom_traits& t = Geom_traits())}
|
||||
{Introduces and builds a constrained triangulation
|
||||
from the list of constraints \ccc{lc}.}
|
||||
|
|
|
|||
Loading…
Reference in New Issue