mirror of https://github.com/CGAL/cgal
typo
This commit is contained in:
parent
47b1cef695
commit
5914dfb4c3
|
|
@ -149,7 +149,7 @@ template <class InputIterator, class OutputIterator, class Point_2, class Less_x
|
||||||
OutputIterator
|
OutputIterator
|
||||||
ch_graham_andrew( InputIterator first,
|
ch_graham_andrew( InputIterator first,
|
||||||
InputIterator beyond,
|
InputIterator beyond,
|
||||||
OutputIterator result);}
|
OutputIterator result);
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
There are two obvious questions: What can be used as argument for
|
There are two obvious questions: What can be used as argument for
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue