From a248edcbe373a876c110096ef1c557fb36b36b0a Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 29 Oct 2017 14:03:21 +0100
Subject: [PATCH] missing functions

---
 Geo/GModelIO_OCC.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h
index 5d188e1220..8e649afbbd 100644
--- a/Geo/GModelIO_OCC.h
+++ b/Geo/GModelIO_OCC.h
@@ -596,6 +596,14 @@ public:
   {
     return _error("apply boolean fragments");
   }
+  void removeAllDuplicates()
+  {
+    return _error("remove all duplicates");
+  }
+  bool mergeVertices(const std::vector<int> &tags)
+  {
+    return _error("merge vertices");
+  }
   bool translate(const std::vector<std::pair<int, int> > &inDimTags,
                  double dx, double dy, double dz)
   {
-- 
GitLab