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

*** empty log message ***

parent ca14e271
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,6 @@ public: ...@@ -71,7 +71,6 @@ public:
virtual ~GFaceCompound(); virtual ~GFaceCompound();
Range<double> parBounds(int i) const{return Range<double>(0, 1);} Range<double> parBounds(int i) const{return Range<double>(0, 1);}
virtual GPoint point(double par1, double par2) const; virtual GPoint point(double par1, double par2) const;
virtual GPoint closestPoint(const SPoint3 & queryPoint, const double initialGuess[2]) const{throw;}
virtual Pair<SVector3,SVector3> firstDer(const SPoint2 &param) const; virtual Pair<SVector3,SVector3> firstDer(const SPoint2 &param) const;
virtual GEntity::GeomType geomType() const {return CompoundSurface;} virtual GEntity::GeomType geomType() const {return CompoundSurface;}
ModelType getNativeType() const { return GmshModel; } ModelType getNativeType() const { return GmshModel; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment