Removed erroneous (CGAL) namespace

This commit is contained in:
Efi Fogel 2025-10-23 09:24:43 +03:00
parent 909cbce367
commit d2b801937f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public:
* `p`'s \f$y\f$-coordinate (if `i == 1`).
* \pre `i` is either 0 or 1.
*/
CGAL::Approximate_number_type operator()(AosTraits::Point_2 p, int i);
Approximate_number_type operator()(AosTraits::Point_2 p, int i);
/// @}
}; /* end AosTraits::Approximate_2 */