Fix the comment

This commit is contained in:
Laurent Rineau 2022-11-08 15:57:53 +01:00
parent 7d250c5a2c
commit a6050f4bb3
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ using Epick = Single_precision_epick;
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>
using Epick_base =
typename Simple_cartesian<NT>::template Base<Kernel>::Type;