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

missing return value

parent 2d2cc935
No related branches found
No related tags found
No related merge requests found
...@@ -329,7 +329,7 @@ public: ...@@ -329,7 +329,7 @@ public:
{ _error("apply translation"); } { _error("apply translation"); }
void rotate(std::vector<int> inTags[4], double x, double y, double z, void rotate(std::vector<int> inTags[4], double x, double y, double z,
double dx, double dy, double dz, double angle){ _error("apply rotation"); } double dx, double dy, double dz, double angle){ _error("apply rotation"); }
int copy(int dim, int tag){ _error("copy shape"); } int copy(int dim, int tag){ _error("copy shape"); return 0; }
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<int> outTags[4], const std::string &format="") std::vector<int> outTags[4], 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