Skip to content
Snippets Groups Projects
Commit 43422e1f authored by Gauthier Becker's avatar Gauthier Becker
Browse files

Fix compile without ANN

parent 1f746b89
No related branches found
No related tags found
No related merge requests found
......@@ -231,10 +231,11 @@ class GFaceCompound : public GFace {
void secondDer(const SPoint2 &param,
SVector3 *dudu, SVector3 *dvdv, SVector3 *dudv) const{}
virtual SPoint2 getCoordinates(MVertex *v) const { return SPoint2(); }
void parametrize() const {}
bool parametrize() const {return false;}
virtual std::list<GFace*> getCompounds() const { return std::list<GFace*>(); }
GPoint intersectionWithCircle (const SVector3 &n1, const SVector3 &n2, const SVector3 &p,
const double &d, double uv[2]) const { return GPoint(); }
int allowPartition() const{ return 1; }
};
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment