no border in a table used for layout; typo

This commit is contained in:
Andreas Fabri 2012-08-16 14:37:57 +00:00
parent a2f2c62053
commit cf753b2108
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ The class `HalfedgeDS_halfedge_base` is a model of the `HalfedgeDSHalfedge`
concept. `Refs` is an instantiation of a `HalfedgeDS`.
The full declaration states four template parameters:
<TABLE><TR><TD ALIGN=LEFT VALIGN=TOP NOWRAP>
<TABLE border="0"><TR><TD ALIGN=LEFT VALIGN=TOP NOWRAP>
<span class="mbox"></span>
<TD ALIGN=LEFT VALIGN=TOP NOWRAP>

View File

@ -28,7 +28,7 @@ geometric interpretation is added by classes built on top of the
halfedge data structure. These classes might be more convenient to
use than the halfedge data structure directly, since the halfedge data
structure is meant as an implementation layer. See for example the
`CGAL::Polyhedron_3` class in Chapter \ref chapterPolyhedron .
`CGAL::Polyhedron_3` class in Chapter \ref chapterPolyhedron.
The data structure provided here is also known as the
FE-structure \cite w-ebdss-85, as