mirror of https://github.com/CGAL/cgal
Removed erroneous (CGAL) namespace
This commit is contained in:
parent
909cbce367
commit
d2b801937f
|
|
@ -20,7 +20,7 @@ public:
|
||||||
* `p`'s \f$y\f$-coordinate (if `i == 1`).
|
* `p`'s \f$y\f$-coordinate (if `i == 1`).
|
||||||
* \pre `i` is either 0 or 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 */
|
}; /* end AosTraits::Approximate_2 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue