inserted missing allocation of info variable

This commit is contained in:
Peter Hachenberger 2006-03-21 14:17:47 +00:00
parent 3d245552b8
commit 7633956921
1 changed files with 1 additions and 0 deletions

View File

@ -1109,6 +1109,7 @@ void SM_overlayer<Map>::
set_outer_face_mark(int offset, const std::vector<Mark>& mohs) {
SFace_handle sf = this->new_sface();
assoc_info(sf);
mark(sf, 0) = mohs[offset];
mark(sf, 1) = mohs[offset+2];