mirror of https://github.com/CGAL/cgal
inserted missing allocation of info variable
This commit is contained in:
parent
3d245552b8
commit
7633956921
|
|
@ -1109,6 +1109,7 @@ void SM_overlayer<Map>::
|
||||||
set_outer_face_mark(int offset, const std::vector<Mark>& mohs) {
|
set_outer_face_mark(int offset, const std::vector<Mark>& mohs) {
|
||||||
|
|
||||||
SFace_handle sf = this->new_sface();
|
SFace_handle sf = this->new_sface();
|
||||||
|
assoc_info(sf);
|
||||||
mark(sf, 0) = mohs[offset];
|
mark(sf, 0) = mohs[offset];
|
||||||
mark(sf, 1) = mohs[offset+2];
|
mark(sf, 1) = mohs[offset+2];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue