Better the comments

This commit is contained in:
Weisheng Si 2015-06-04 15:41:21 +10:00
parent 0d0aab6cc2
commit 2a15b96366
2 changed files with 3 additions and 4 deletions

View File

@ -229,7 +229,7 @@ After compiling 'theta_io.cpp', execute the executable `theta_io` to construct a
on a set of 20 vertices (which is given in the file `data/n20.cin`):
\code{.txt}
$ ./exact_theta_io 4 data/n20.cin
$ ./theta_io 4 data/n20.cin
\endcode
The following two files will be generated for Gnuplot:

View File

@ -121,14 +121,13 @@ public:
/*! \ingroup PkgConeBasedSpanners
*
* \brief The specialised functor for computing the directions of cone boundaries with a given
* cone number and a given initial direction. The results are returned by the reference
* \brief The specialised functor for computing the directions of cone boundaries exactly
* with a given cone number and a given initial direction. The results are returned by the reference
* argument: vector \p rays.
*
* \tparam Kernel_ If this parameter is `Exact_predicates_exact_constructions_kernel_with_sqrt`,
* this specialization functor will be called; otherwise, the general functor will
* be called.
*
*/
template <>
class Compute_cone_boundaries_2<Exact_predicates_exact_constructions_kernel_with_sqrt> {