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

fix w/o occ

parent b837da5e
No related branches found
No related tags found
No related merge requests found
......@@ -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="")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment