From 4c2513fb40a83155b1b70f2b6272143ee3b4fb77 Mon Sep 17 00:00:00 2001 From: Claudine Bon <claudine.bon@samtech.com> Date: Fri, 17 Oct 2008 19:19:25 +0000 Subject: [PATCH] *** empty log message *** --- Geo/GModelIO_OCC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/GModelIO_OCC.cpp b/Geo/GModelIO_OCC.cpp index d57b1d906a..ec853d4d55 100644 --- a/Geo/GModelIO_OCC.cpp +++ b/Geo/GModelIO_OCC.cpp @@ -593,7 +593,7 @@ static void applyOCCMeshConstraints(GModel *m, const void *constraints) GFace *gf = *it2; if(gf->getNativeType() != GEntity::OpenCascadeModel) continue; TopoDS_Shape *shape2 = (TopoDS_Shape*)gf->getNativePtr(); - if(shape.isSame(*shape2)){ + if(shape.IsSame(*shape2)){ Msg::Debug("... embedding in face %g", gf->tag()); gf->addEmbeddedVertex(gv); } -- GitLab