From 6f59f87f65f7f4aed7ad95063350612b3b10e8bc Mon Sep 17 00:00:00 2001
From: Claudine Bon <claudine.bon@samtech.com>
Date: Wed, 26 Aug 2009 07:53:46 +0000
Subject: [PATCH] *** empty log message ***

---
 Geo/GModelIO_OCC.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Geo/GModelIO_OCC.cpp b/Geo/GModelIO_OCC.cpp
index c67cf69e00..27ccb2c16e 100644
--- a/Geo/GModelIO_OCC.cpp
+++ b/Geo/GModelIO_OCC.cpp
@@ -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;
-- 
GitLab