mirror of https://github.com/CGAL/cgal
Fix Algebraic_kernel_d
This commit is contained in:
parent
d069b6f673
commit
8e4a74d3c4
|
|
@ -219,9 +219,11 @@ public:
|
|||
/*!\brief
|
||||
* copy constructor
|
||||
*/
|
||||
#ifdef DOXYGEN_RUNNING
|
||||
Xy_coordinate_2(const Self& p) :
|
||||
Base(static_cast<const Base&>(p)) {
|
||||
}
|
||||
#endif
|
||||
|
||||
/*!\brief
|
||||
* Point at \c x, on \c curve with \c arcno. Finite points on vertical arcs
|
||||
|
|
|
|||
Loading…
Reference in New Issue