From 5e9d882525fbf8edb9ae8e8ad5ba5cce8df83aa5 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 2 Mar 2017 23:24:25 +0000 Subject: [PATCH] fix --- Geo/GModelIO_OCC.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index 0fe219e0a0..e2917a0c78 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -412,10 +412,10 @@ public: _error("create fillet"); } void applyBooleanOperator(int tag, BooleanOperator op, - const std::vector<std::pair<int, int> > &objectDimTags - const std::vector<std::pair<int, int> > &toolDimTags + const std::vector<std::pair<int, int> > &objectDimTags, + const std::vector<std::pair<int, int> > &toolDimTags, std::vector<std::pair<int, int> > &outDimTags, - bool removeObject, bool removeTool) + bool removeObject, bool removeTool) { _error("apply boolean operator"); } @@ -438,7 +438,7 @@ public: void remove(int dim, int tag){} void importShapes(const std::string &fileName, bool highestDimOnly, std::vector<std::pair<int, int> > &outDimTags, - sconst std::string &format="") + const std::string &format="") { _error("import shape"); } -- GitLab