From 2b1cfe5e015b3e1d0fab7e6e1020b8180cb5b64d Mon Sep 17 00:00:00 2001
From: Emilie Marchandise <emilie.marchandise@uclouvain.be>
Date: Thu, 22 Mar 2012 10:18:20 +0000
Subject: [PATCH] oups

---
 Geo/gmshFace.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Geo/gmshFace.h b/Geo/gmshFace.h
index 26252b0bd2..b70242b3ef 100644
--- a/Geo/gmshFace.h
+++ b/Geo/gmshFace.h
@@ -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();
 };
-- 
GitLab