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

fix build w/o occ

parent 8898b871
No related branches found
No related tags found
No related merge requests found
......@@ -221,8 +221,6 @@ class OCC_Internals {
bool rotate(const std::vector<std::pair<int, int> > &inDimTags,
double x, double y, double z, double ax, double ay, double az,
double angle);
// apply gtransformations
bool dilate(const std::vector<std::pair<int, int> > &inDimTags,
double x, double y, double z,
double a, double b, double c);
......@@ -461,6 +459,12 @@ public:
{
return _error("apply rotation");
}
bool dilate(const std::vector<std::pair<int, int> > &inDimTags,
double x, double y, double z,
double a, double b, double c)
{
return _error("apply dilatation");
}
bool copy(const std::vector<std::pair<int, int> > &inDimTags,
std::vector<std::pair<int, int> > &outDimTags)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment