Skip to content
Snippets Groups Projects
Commit 8e4fb809 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent a5c472ce
No related branches found
No related tags found
No related merge requests found
...@@ -594,7 +594,7 @@ static void applyOCCMeshConstraints(GModel *m, const void *constraints) ...@@ -594,7 +594,7 @@ static void applyOCCMeshConstraints(GModel *m, const void *constraints)
if(gf->getNativeType() != GEntity::OpenCascadeModel) continue; if(gf->getNativeType() != GEntity::OpenCascadeModel) continue;
TopoDS_Shape *shape2 = (TopoDS_Shape*)gf->getNativePtr(); TopoDS_Shape *shape2 = (TopoDS_Shape*)gf->getNativePtr();
if(shape.IsSame(*shape2)){ if(shape.IsSame(*shape2)){
Msg::Debug("... embedding in face %g", gf->tag()); Msg::Debug("... embedding in face %d", gf->tag());
gf->addEmbeddedVertex(gv); gf->addEmbeddedVertex(gv);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment