Rename convex_hull.cpp to avoid conflict with the one from Triangulation

This commit is contained in:
Clement Jamin 2017-06-20 14:36:09 +02:00
parent 71124e808e
commit a850e6674c
3 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ with the same line as the rightmost edge of the maximization diagram,
and vice-verse. We can therefore skip the rightmost edges of both
diagrams.
\cgalExample{Envelope_2/convex_hull.cpp}
\cgalExample{Envelope_2/convex_hull_2.cpp}
\cgalFigureBegin{env2_figex_circ,ex_circle.png}
A set of four circles, as constructed in \ref Envelope_2/envelope_circles.cpp. The lower envelope and the upper envelope are shown using thick dashed lines of different colors respectively.

View File

@ -1,5 +1,5 @@
/*!
\example Envelope_2/convex_hull.cpp
\example Envelope_2/convex_hull_2.cpp
\example Envelope_2/envelope_circles.cpp
\example Envelope_2/envelope_segments.cpp
*/