Fix: RegularTriangulationTraits_3::Bare_point

Bug fixes in specification. The Regular_triangulation_3 template, does
require that its template parameter Gt has a nested type Gt::Bare_point.
This commit is contained in:
Laurent Rineau 2011-12-09 13:22:21 +00:00
parent b06d74f5ef
commit cc081c16cf
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ point $p\in\R^3$ or the weighted point ${p}^{(w)}=(p,w_p)$.
\ccTwo{RegularTriangulationTraits_3::Weighted_point_3xx}{}
\ccNestedType{Weighted_point_3}{The weighted point type.}
\ccGlue
\ccNestedType{Bare_point}{The (un-weighted) point type.}
\ccTwo{Regular}{}
\ccNestedType{Power_test_3}