Fixed typo in section heading

This commit is contained in:
Andreas Fabri 2003-10-21 14:42:54 +00:00
parent 6a59c2acaa
commit c1e3a4520e
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2.51 (21 October 2003) [af]
- Fixed typo in section heading
2.50 (15 October 2003) [af]
- Fixed bug (typo) in simplified example

View File

@ -40,7 +40,7 @@ resulting hull is a segment or a polyhedron.
\ccIncludeExampleCode{Convex_hull_3/quickhull_3_ex.C}
\section{Incremental Convex Hull CConstruction}
\section{Incremental Convex Hull Construction}
\ccIndexSubitem{convex hull, 3D}{incremental}
The function \ccc{convex_hull_incremental_3} %
@ -69,7 +69,7 @@ example.
\ccIncludeExampleCode{Convex_hull_3/incremental_hull_3_demo.C}
\section{Dynamic Convex Hull CConstruction}
\section{Dynamic Convex Hull Construction}
\ccIndexSubitem{convex hull, 3D}{dynamic}
Fully dynamic maintenance of a convex hull can be achieved by using the

View File

@ -40,7 +40,7 @@ resulting hull is a segment or a polyhedron.
\ccIncludeExampleCode{Convex_hull_3/quickhull_3_ex.C}
\section{Incremental Convex Hull CConstruction}
\section{Incremental Convex Hull Construction}
\ccIndexSubitem{convex hull, 3D}{incremental}
The function \ccc{convex_hull_incremental_3} %
@ -69,7 +69,7 @@ example.
\ccIncludeExampleCode{Convex_hull_3/incremental_hull_3_demo.C}
\section{Dynamic Convex Hull CConstruction}
\section{Dynamic Convex Hull Construction}
\ccIndexSubitem{convex hull, 3D}{dynamic}
Fully dynamic maintenance of a convex hull can be achieved by using the