mirror of https://github.com/CGAL/cgal
Initialized _m_location
This commit is contained in:
parent
e09b73be59
commit
0d69f62bee
|
|
@ -75,8 +75,7 @@ public:
|
||||||
typedef typename Curve_kernel_2::Curve_analysis_2 Curve_analysis_2;
|
typedef typename Curve_kernel_2::Curve_analysis_2 Curve_analysis_2;
|
||||||
|
|
||||||
//! default constructor
|
//! default constructor
|
||||||
Point_2_rep() {
|
Point_2_rep() : _m_location(CGAL::ARR_INTERIOR) {}
|
||||||
}
|
|
||||||
|
|
||||||
//! constructs a "finite" point on curve,
|
//! constructs a "finite" point on curve,
|
||||||
//! implies CGAL::NO_BOUNDARY in x/y
|
//! implies CGAL::NO_BOUNDARY in x/y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue