mirror of https://github.com/CGAL/cgal
Fix the comment
This commit is contained in:
parent
7d250c5a2c
commit
a6050f4bb3
|
|
@ -47,7 +47,8 @@ using Epick = Single_precision_epick;
|
||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
||||||
// Basic objects, constructions, and predicates, using `double` for `FT`.
|
// Basic objects, constructions, and predicates, using the same base class as
|
||||||
|
// Simple_cartesian<NT>: Cartesian_base without reference counting.
|
||||||
template <typename NT, typename Kernel>
|
template <typename NT, typename Kernel>
|
||||||
using Epick_base =
|
using Epick_base =
|
||||||
typename Simple_cartesian<NT>::template Base<Kernel>::Type;
|
typename Simple_cartesian<NT>::template Base<Kernel>::Type;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue