Skip to content
Snippets Groups Projects
Commit 2b1cfe5e authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

oups

parent 16a19f30
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ class gmshFace : public GFace { ...@@ -31,7 +31,7 @@ class gmshFace : public GFace {
virtual void secondDer(const SPoint2 &, SVector3 *, SVector3 *, SVector3 *) const; virtual void secondDer(const SPoint2 &, SVector3 *, SVector3 *, SVector3 *) const;
virtual GEntity::GeomType geomType() const; virtual GEntity::GeomType geomType() const;
ModelType getNativeType() const { return GmshModel; } ModelType getNativeType() const { return GmshModel; }
void *getNativePtr() const { printf("coucuo here \n"); return s; } void *getNativePtr() const { return s; }
virtual SPoint2 parFromPoint(const SPoint3 &, bool onSurface=true) const; virtual SPoint2 parFromPoint(const SPoint3 &, bool onSurface=true) const;
virtual void resetMeshAttributes(); virtual void resetMeshAttributes();
}; };
......
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