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

fix surfperiodic
parent 9b97d266
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ class gmshFace : public GFace { ...@@ -57,7 +57,7 @@ class gmshFace : public GFace {
virtual double period(int dir) const {throw;} virtual double period(int dir) const {throw;}
ModelType getNativeType() const { return GmshModel; } ModelType getNativeType() const { return GmshModel; }
void * getNativePtr() const { return s; } void * getNativePtr() const { return s; }
virtual bool surfPeriodic(int dim) const {throw;} virtual bool surfPeriodic(int dim) const { return false;}
virtual SPoint2 parFromPoint(const SPoint3 &) const; virtual SPoint2 parFromPoint(const SPoint3 &) const;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment