From 073d24c82cb9319c0be9d7fc7b3cdbd9aaf4dcca Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 15 Nov 2006 21:46:24 +0000
Subject: [PATCH] fix surfperiodic

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

diff --git a/Geo/gmshFace.h b/Geo/gmshFace.h
index 77d62996cc..d4b16475a1 100644
--- a/Geo/gmshFace.h
+++ b/Geo/gmshFace.h
@@ -57,7 +57,7 @@ class gmshFace : public GFace {
   virtual double period(int dir) const {throw;}
   ModelType getNativeType() const { return GmshModel; }
   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;
 };
 
-- 
GitLab