mirror of https://github.com/CGAL/cgal
changed: CGAL_Package: Optimisation --> Min_circle_2
This commit is contained in:
parent
2aa4782bc9
commit
c07e317b34
|
|
@ -5,6 +5,8 @@
|
||||||
@! file : web/Optimisation/Min_circle_2.aw
|
@! file : web/Optimisation/Min_circle_2.aw
|
||||||
@! author: Bernd Gärtner, Sven Schönherr (sven@inf.fu-berlin.de)
|
@! author: Bernd Gärtner, Sven Schönherr (sven@inf.fu-berlin.de)
|
||||||
@! ----------------------------------------------------------------------------
|
@! ----------------------------------------------------------------------------
|
||||||
|
@! $CGAL_Chapter: Geometric Optimisation $
|
||||||
|
@! $CGAL_Package: Min_circle_2 WIP $
|
||||||
@! $Revision$
|
@! $Revision$
|
||||||
@! $Date$
|
@! $Date$
|
||||||
@! ============================================================================
|
@! ============================================================================
|
||||||
|
|
@ -45,17 +47,21 @@
|
||||||
@! Title
|
@! Title
|
||||||
@! ============================================================================
|
@! ============================================================================
|
||||||
|
|
||||||
\RCSdef{\rcsrevision}{$Revision$}
|
\RCSdef{\rcsRevision}{$Revision$}
|
||||||
\RCSdefDate{\rcsdate}{$Date$}
|
\RCSdefDate{\rcsDate}{$Date$}
|
||||||
|
\newcommand{\cgalWIP}{{\footnotesize{} (\rcsRevision{} , \rcsDate) }}
|
||||||
|
|
||||||
@t vskip 5 mm
|
@t vskip 5 mm
|
||||||
@t title titlefont centre "CGAL -- 2D Smallest Enclosing Circle*"
|
@t title titlefont centre "2D Smallest Enclosing Circle*"
|
||||||
@t vskip 1 mm
|
@t vskip 1 mm
|
||||||
@t title smalltitlefont centre "Implementation Documentation"
|
|
||||||
@t vskip 5 mm
|
|
||||||
@t title smalltitlefont centre "Bernd Gärtner and Sven Schönherr"
|
@t title smalltitlefont centre "Bernd Gärtner and Sven Schönherr"
|
||||||
\smallskip
|
\smallskip
|
||||||
\centerline{\rcsrevision\ , \rcsdate}
|
\begin{center}
|
||||||
|
\begin{tabular}{l}
|
||||||
|
\verb+$CGAL_Chapter: Geometric Optimisation $+ \\
|
||||||
|
\verb+$CGAL_Package: Min_circle_2 WIP+\cgalWIP\verb+$+ \\
|
||||||
|
\end{tabular}
|
||||||
|
\end{center}
|
||||||
@t vskip 1 mm
|
@t vskip 1 mm
|
||||||
|
|
||||||
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
|
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
|
||||||
|
|
@ -3042,9 +3048,9 @@ end of each file.
|
||||||
|
|
||||||
\subsection{test\_Min\_circle\_2.C}
|
\subsection{test\_Min\_circle\_2.C}
|
||||||
|
|
||||||
@file <test/Optimisation/test_Min_circle_2.C> = @begin
|
@file <test/Min_circle_2/test_Min_circle_2.C> = @begin
|
||||||
@<file header>(
|
@<file header>(
|
||||||
"test/optimisation/test_Min_circle_2.C",
|
"test/Min_circle_2/test_Min_circle_2.C",
|
||||||
"test program for 2D Smallest Enclosing Circle")
|
"test program for 2D Smallest Enclosing Circle")
|
||||||
|
|
||||||
@<Min_circle_2 test (includes and typedefs)>
|
@<Min_circle_2 test (includes and typedefs)>
|
||||||
|
|
@ -3101,7 +3107,7 @@ web file.
|
||||||
@<file name>(@1)
|
@<file name>(@1)
|
||||||
@<file description>(
|
@<file description>(
|
||||||
"Geometric Optimisation",
|
"Geometric Optimisation",
|
||||||
"Optimisation","Optimisation/Min_circle_2",
|
"Min_circle_2","Optimisation/Min_circle_2",
|
||||||
"$Revision$","$Date$",
|
"$Revision$","$Date$",
|
||||||
"Sven Schönherr <sven@@inf.fu-berlin.de>",
|
"Sven Schönherr <sven@@inf.fu-berlin.de>",
|
||||||
"Bernd Gärtner",
|
"Bernd Gärtner",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue