From d0c3bb8e88da25ca5117bfa560179dc751f016db Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 16 Apr 2013 12:00:39 +0000
Subject: [PATCH] fix compile 3

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

diff --git a/Geo/GFaceCompound.h b/Geo/GFaceCompound.h
index e6c1660d5d..fcfd647631 100644
--- a/Geo/GFaceCompound.h
+++ b/Geo/GFaceCompound.h
@@ -204,7 +204,7 @@ class GFaceCompound : public GFace {
   typedef enum {HARMONIC=0,CONFORMAL=1, RBF=2, CONVEX=3} typeOfMapping;
   typedef enum {UNITCIRCLE, MEANPLANE, SQUARE, ALREADYFIXED,SPECTRAL, FE} typeOfIsomorphism;
   GFaceCompound(GModel *m, int tag, std::list<GFace*> &compound,
-                std::list<GEdge*> &U0, typeOfMapping typ = HARMONIC,
+                std::list<GEdge*> &U0, typeOfCompound typ = HARMONIC_CIRCLE,
                 int allowPartition=1,
                 linearSystem<double>* lsys =0)
     : GFace(m, tag)
-- 
GitLab