Skip to content
Snippets Groups Projects
Commit 5e9d8825 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix

parent 11636176
No related branches found
No related tags found
No related merge requests found
...@@ -412,10 +412,10 @@ public: ...@@ -412,10 +412,10 @@ public:
_error("create fillet"); _error("create fillet");
} }
void applyBooleanOperator(int tag, BooleanOperator op, void applyBooleanOperator(int tag, BooleanOperator op,
const std::vector<std::pair<int, int> > &objectDimTags const std::vector<std::pair<int, int> > &objectDimTags,
const std::vector<std::pair<int, int> > &toolDimTags const std::vector<std::pair<int, int> > &toolDimTags,
std::vector<std::pair<int, int> > &outDimTags, std::vector<std::pair<int, int> > &outDimTags,
bool removeObject, bool removeTool) bool removeObject, bool removeTool)
{ {
_error("apply boolean operator"); _error("apply boolean operator");
} }
...@@ -438,7 +438,7 @@ public: ...@@ -438,7 +438,7 @@ public:
void remove(int dim, int tag){} void remove(int dim, int tag){}
void importShapes(const std::string &fileName, bool highestDimOnly, void importShapes(const std::string &fileName, bool highestDimOnly,
std::vector<std::pair<int, int> > &outDimTags, std::vector<std::pair<int, int> > &outDimTags,
sconst std::string &format="") const std::string &format="")
{ {
_error("import shape"); _error("import shape");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment