Skip to content
Snippets Groups Projects
Commit 6f59f87f authored by Claudine Bon's avatar Claudine Bon
Browse files

*** empty log message ***

parent d3a32949
No related branches found
No related tags found
No related merge requests found
......@@ -1072,11 +1072,11 @@ int GModel::applyOCCMeshConstraints(const void *constraints)
MeshGmsh_DataMapOfShapeOfVertexConstrain vertexConstraints;
c->GetVertexConstrain(vertexConstraints);
_applyOCCMeshConstraintsOnVertices(vertexConstraints);
_applyOCCMeshConstraintsOnVertices(this,vertexConstraints);
MeshGmsh_DataMapOfShapeOfEdgeConstrain edgeConstraints;
c->GetEdgeConstrain(edgeConstraints);
_applyOCCMeshConstraintsOnEdges(edgeConstraints);
_applyOCCMeshConstraintsOnEdges(this,edgeConstraints);
return 1;
#else
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment