From e18418b0af8d0b567790a687377ca6ec9568459d Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 7 Dec 2008 20:02:30 +0000
Subject: [PATCH] adding GFaceCompund in API

---
 Geo/GFaceCompound.h | 9 +++------
 Makefile            | 3 ++-
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/Geo/GFaceCompound.h b/Geo/GFaceCompound.h
index 2e72276e17..0be12e1bab 100644
--- a/Geo/GFaceCompound.h
+++ b/Geo/GFaceCompound.h
@@ -51,12 +51,9 @@ class GFaceCompound : public GFace {
                    double &_u, double &_v) const;
   virtual double curvature(MTriangle *t) const;
 public:
-  GFaceCompound(GModel *m, int tag, 
-		std::list<GFace*> &compound,
-		std::list<GEdge*> &U0,
-		std::list<GEdge*> &U1,
-		std::list<GEdge*> &V0,
-		std::list<GEdge*> &V1);
+  GFaceCompound(GModel *m, int tag, std::list<GFace*> &compound,
+		std::list<GEdge*> &U0, std::list<GEdge*> &U1,
+		std::list<GEdge*> &V0, std::list<GEdge*> &V1);
   virtual ~GFaceCompound();
   Range<double> parBounds(int i) const { return Range<double>(0, 1); } 
   virtual GPoint point(double par1, double par2) const; 
diff --git a/Makefile b/Makefile
index f29451a8b8..9af50352ea 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,8 @@ GMSH_VERSION_FILE = Common/GmshVersion.h
 GMSH_DATE = `date "+%Y%m%d"`
 
 GMSH_API = Geo/GModel.h Geo/GEntity.h Geo/GPoint.h\
-           Geo/GVertex.h Geo/GEdge.h Geo/GEdgeLoop.h Geo/GFace.h Geo/GRegion.h\
+           Geo/GVertex.h Geo/GEdge.h Geo/GFace.h Geo/GRegion.h\
+           Geo/GEdgeLoop.h Geo/GFaceCompound.h\
            Geo/MVertex.h Geo/MEdge.h Geo/MFace.h Geo/MElement.h\
            Geo/discreteVertex.h Geo/discreteEdge.h Geo/discreteFace.h Geo/discreteRegion.h\
            Geo/SPoint2.h Geo/SPoint3.h Geo/SVector3.h Geo/SBoundingBox3d.h\
-- 
GitLab