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

*** empty log message ***

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