This commit is contained in:
Andreas Fabri 2019-01-30 16:34:26 +01:00
parent 6e8750d9e3
commit ebb7925657
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class RC_vertex_d
public:
RC_vertex_d(Simplex_handle s, int i, const Point_d& p) :
s_(s), index_(i), point_(p) {}
RC_vertex_d(const Point_d& p) : point_(p), index_(0), pp(NULL) {}
RC_vertex_d(const Point_d& p) : point_(p), index_(-42), pp(NULL) {}
RC_vertex_d() : s_(), index_(-42), pp(NULL) {}
// beware that ass_point was initialized here by nil_point
~RC_vertex_d() {}