From a19d61106fdb789884a130ed9347e87f9c21786f Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 14 Apr 2013 18:53:42 +0000 Subject: [PATCH] but we can keep for now by not issuing warnings --- 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 0af2bacd8c..fe8f3be13d 100644 --- a/Geo/GModelIO_OCC.cpp +++ b/Geo/GModelIO_OCC.cpp @@ -987,7 +987,7 @@ int GModel::readOCCBREP(const std::string &fn) _occ_internals = new OCC_Internals; _occ_internals->loadBREP(fn.c_str()); _occ_internals->buildGModel(this); - //snapVertices(); + snapVertices(); return 1; } @@ -1035,7 +1035,7 @@ int GModel::importOCCShape(const void *shape) _occ_internals = new OCC_Internals; _occ_internals->loadShape((TopoDS_Shape*)shape); _occ_internals->buildGModel(this); - //snapVertices(); + snapVertices(); SetBoundingBox(); return 1; } -- GitLab