mirror of https://github.com/CGAL/cgal
Fix in HDS examples
This commit is contained in:
parent
8e5b5cdc3f
commit
44f72971b4
|
|
@ -55,7 +55,7 @@ public:
|
||||||
(~ std::ptrdiff_t(1))));
|
(~ std::ptrdiff_t(1))));
|
||||||
}
|
}
|
||||||
void set_opposite( Halfedge_handle h) {
|
void set_opposite( Halfedge_handle h) {
|
||||||
asseert(( &* h - 1 == &* HDS::halfedge_handle(this)) ||
|
assert(( &* h - 1 == &* HDS::halfedge_handle(this)) ||
|
||||||
( &* h + 1 == &* HDS::halfedge_handle(this)));
|
( &* h + 1 == &* HDS::halfedge_handle(this)));
|
||||||
if ( &* h - 1 == &* HDS::halfedge_handle(this))
|
if ( &* h - 1 == &* HDS::halfedge_handle(this))
|
||||||
nxt |= 1;
|
nxt |= 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue