From a1e47e675494cd2b9651885e522259c63057970d Mon Sep 17 00:00:00 2001
From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be>
Date: Wed, 30 Mar 2011 11:11:10 +0000
Subject: [PATCH] dg :project lonlat

---
 Common/gmshpy.i | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Common/gmshpy.i b/Common/gmshpy.i
index cae9c8adc8..452afd9951 100644
--- a/Common/gmshpy.i
+++ b/Common/gmshpy.i
@@ -81,6 +81,7 @@ namespace std {
    %template(VectorFunctionConst) vector<const function*, std::allocator<const function*> >;
    %template(GEdgeVectorVector) vector< std::vector< GEdge *,std::allocator< GEdge * > >,std::allocator< std::vector< GEdge *,std::allocator< GEdge * > > > >;
    %template(GFaceList) list<GFace*, std::allocator<GFace*> >;
+   %template(GEdgeList) list<GEdge*, std::allocator<GEdge*> >;
 }
 
 %include "GmshConfig.h"
-- 
GitLab