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

oups

parent 16a19f30
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ class gmshFace : public GFace {
virtual void secondDer(const SPoint2 &, SVector3 *, SVector3 *, SVector3 *) const;
virtual GEntity::GeomType geomType() const;
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 void resetMeshAttributes();
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment