From 4c11f04fd1396f8955f7bebd93a5f9b5b7658204 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 12 Mar 2017 07:11:19 +0000 Subject: [PATCH] fix w/o occ --- Geo/GModelIO_OCC.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index 456cc3a46b..578b68abb8 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -439,8 +439,8 @@ public: { _error("copy shape"); } - void remove(int dim, int tag){} - void remove(const std::vector<std::pair<int, int> > &dimTags){} + void remove(int dim, int tag, bool recursive=false){} + void remove(const std::vector<std::pair<int, int> > &dimTags, bool recursive=false){} void importShapes(const std::string &fileName, bool highestDimOnly, std::vector<std::pair<int, int> > &outDimTags, const std::string &format="") -- GitLab